You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
322 B
14 lines
322 B
diff --git a/compiler/Android.bp b/compiler/Android.bp |
|
index 2e60e7d658..51f20a86ef 100644 |
|
--- a/compiler/Android.bp |
|
+++ b/compiler/Android.bp |
|
@@ -195,6 +195,9 @@ art_cc_defaults { |
|
], |
|
|
|
export_include_dirs: ["."], |
|
+ |
|
+ cflags: [CFLAGS_FOR_BENCH_SUITE], |
|
+ ldflags: [LDFLAGS_FOR_BENCH_SUITE], |
|
} |
|
|
|
gensrcs {
|
|
|