summaryrefslogtreecommitdiff
path: root/Dex2oat_flags_internal.diff
blob: a52a67f754b5c69d51ccbd90ede52c64b9e59c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/compiler/Android.bp b/compiler/Android.bp
index fe0f3c75c5..d0430bcd55 100644
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -199,6 +199,9 @@ art_cc_defaults {
     ],
 
     export_include_dirs: ["."],
+
+    cflags: [CFLAGS_FOR_BENCH_SUITE],
+    ldflags: [LDFLAGS_FOR_BENCH_SUITE],
 }
 
 gensrcs {