Zhizhou Yang | e598690 | 2017-08-10 17:37:53 -0700 | [diff] [blame] | 1 | diff --git a/compiler/Android.bp b/compiler/Android.bp |
2 | index a1269dcaf..a9b62b474 100644 | ||||
3 | --- a/compiler/Android.bp | ||||
4 | +++ b/compiler/Android.bp | ||||
5 | @@ -215,6 +215,8 @@ art_cc_defaults { | ||||
6 | shared: { | ||||
7 | shared_libs: ["libcrypto"], | ||||
8 | }, | ||||
9 | + cflags: [CFLAGS_FOR_BENCH_SUITE], | ||||
10 | + ldflags: [LDFLAGS_FOR_BENCH_SUITE], | ||||
11 | } | ||||
12 | |||||
13 | gensrcs { |