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.
29 lines
651 B
29 lines
651 B
diff --git a/Android.bp b/Android.bp
|
|
index a581b0a53..36159c5ae 100644
|
|
--- a/Android.bp
|
|
+++ b/Android.bp
|
|
@@ -40,8 +40,11 @@ cc_library {
|
|
"-Wno-clobbered",
|
|
"-Wno-error",
|
|
"-fexceptions",
|
|
+ CFLAGS_FOR_BENCH_SUITE
|
|
],
|
|
|
|
+ ldflags: [LDFLAGS_FOR_BENCH_SUITE],
|
|
+
|
|
cppflags: [
|
|
"-std=c++11",
|
|
"-fno-threadsafe-statics",
|
|
@@ -1470,8 +1473,11 @@ cc_test {
|
|
"-U_FORTIFY_SOURCE",
|
|
"-D_FORTIFY_SOURCE=1",
|
|
"-DSKIA_IMPLEMENTATION=1",
|
|
+ CFLAGS_FOR_BENCH_SUITE
|
|
],
|
|
|
|
+ ldflags: [LDFLAGS_FOR_BENCH_SUITE],
|
|
+
|
|
cppflags: [
|
|
"-std=c++11",
|
|
"-fno-threadsafe-statics",
|