blob: e094068d174af24763ea9fa8c1db5ebccbda3bde [file] [log] [blame]
Zhizhou Yange5986902017-08-10 17:37:53 -07001diff --git a/compiler/Android.bp b/compiler/Android.bp
Zhizhou Yang2eebfdf2018-02-07 18:14:44 -08002index 2e60e7d658..51f20a86ef 100644
Zhizhou Yange5986902017-08-10 17:37:53 -07003--- a/compiler/Android.bp
4+++ b/compiler/Android.bp
Zhizhou Yang2eebfdf2018-02-07 18:14:44 -08005@@ -195,6 +195,9 @@ art_cc_defaults {
Zhizhou Yang5bb7b962017-10-17 18:22:31 -07006 ],
7
Zhizhou Yang645c6642017-12-13 18:01:43 -08008 export_include_dirs: ["."],
9+
Zhizhou Yange5986902017-08-10 17:37:53 -070010+ cflags: [CFLAGS_FOR_BENCH_SUITE],
11+ ldflags: [LDFLAGS_FOR_BENCH_SUITE],
12 }
13
Zhizhou Yang645c6642017-12-13 18:01:43 -080014 gensrcs {