Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
benchmark
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
toolchain
benchmark
Commits
1c4c608e
Commit
1c4c608e
authored
Oct 18, 2017
by
Zhizhou Yang
Committed by
android-build-merger
Oct 18, 2017
Browse files
Options
Downloads
Plain Diff
Fix patch for Android.bp in art/compiler am:
5bb7b967
am:
95500d74
am:
e3b6739b
am:
f8e70db2
Change-Id: Idb6a3aa8eea9edeadaa66a86fbba05e5cecfc766
parents
c748ad92
f8e70db2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dex2oat_flags_aosp.diff
+7
-6
7 additions, 6 deletions
Dex2oat_flags_aosp.diff
Dex2oat_flags_internal.diff
+7
-6
7 additions, 6 deletions
Dex2oat_flags_internal.diff
with
14 additions
and
12 deletions
Dex2oat_flags_aosp.diff
+
7
−
6
View file @
1c4c608e
diff --git a/compiler/Android.bp b/compiler/Android.bp
diff --git a/compiler/Android.bp b/compiler/Android.bp
index
a1269dcaf..a9b62b474
100644
index
1e4cdf2bd..e14dce8d7
100644
--- a/compiler/Android.bp
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -
215
,6 +
215,8
@@
art_cc_defaults {
@@ -
197
,6 +
197,9
@@
art_cc_defaults {
shared: {
"art_cmdlineparser_headers", // For compiler_options.
shared_libs: ["libcrypto"
],
],
},
+ cflags: [CFLAGS_FOR_BENCH_SUITE],
+ cflags: [CFLAGS_FOR_BENCH_SUITE],
+ ldflags: [LDFLAGS_FOR_BENCH_SUITE],
+ ldflags: [LDFLAGS_FOR_BENCH_SUITE],
+
export_include_dirs: ["."],
}
}
gensrcs {
This diff is collapsed.
Click to expand it.
Dex2oat_flags_internal.diff
+
7
−
6
View file @
1c4c608e
diff --git a/compiler/Android.bp b/compiler/Android.bp
diff --git a/compiler/Android.bp b/compiler/Android.bp
index
a1269dcaf..a9b62b474
100644
index
1e4cdf2bd5..e14dce8d7b
100644
--- a/compiler/Android.bp
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -
215
,6 +
215,8
@@
art_cc_defaults {
@@ -
197
,6 +
197,9
@@
art_cc_defaults {
shared: {
"art_cmdlineparser_headers", // For compiler_options.
shared_libs: ["libcrypto"
],
],
},
+ cflags: [CFLAGS_FOR_BENCH_SUITE],
+ cflags: [CFLAGS_FOR_BENCH_SUITE],
+ ldflags: [LDFLAGS_FOR_BENCH_SUITE],
+ ldflags: [LDFLAGS_FOR_BENCH_SUITE],
+
export_include_dirs: ["."],
}
}
gensrcs {
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
fc9e47fc
·
Nov 16, 2022
mentioned in commit
fc9e47fc
mentioned in commit fc9e47fcceeb73bef1f0f883d30be9637ae6fec3
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment