You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
335 B
14 lines
335 B
4 months ago
|
diff --git a/compiler/Android.bp b/compiler/Android.bp
|
||
|
index a1269dcaf..a9b62b474 100644
|
||
|
--- a/compiler/Android.bp
|
||
|
+++ b/compiler/Android.bp
|
||
|
@@ -215,6 +215,8 @@ art_cc_defaults {
|
||
|
shared: {
|
||
|
shared_libs: ["libcrypto"],
|
||
|
},
|
||
|
+ cflags: [CFLAGS_FOR_BENCH_SUITE],
|
||
|
+ ldflags: [LDFLAGS_FOR_BENCH_SUITE],
|
||
|
}
|
||
|
|
||
|
gensrcs {
|