Home | History | Annotate | Download | only in benchmark
      1 diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
      2 index 57c87756e..0f34bcff7 100644
      3 --- a/libs/binder/Android.bp
      4 +++ b/libs/binder/Android.bp
      5 @@ -80,7 +80,9 @@ cc_library {
      6          "-Wall",
      7          "-Wextra",
      8          "-Werror",
      9 +        CFLAGS_FOR_BENCH_SUITE
     10      ],
     11 +    ldflags: [LDFLAGS_FOR_BENCH_SUITE],
     12      product_variables: {
     13          binder32bit: {
     14              cflags: ["-DBINDER_IPC_32BIT=1"],
     15