Home | History | Annotate | Download | only in android_bench_suite
      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 {
     14