diff options
Diffstat (limited to 'test/Android.bp')
| -rw-r--r-- | test/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Android.bp b/test/Android.bp index 2af03e3cbe..cb180704c0 100644 --- a/test/Android.bp +++ b/test/Android.bp @@ -74,7 +74,7 @@ art_cc_defaults { ], target: { - linux: { + linux_glibc: { ldflags: [ // Allow jni_compiler_test to find Java_MyClassNatives_bar // within itself using dlopen(NULL, ...). @@ -143,7 +143,7 @@ art_cc_defaults { "-Wno-missing-noreturn", ], }, - linux: { + linux_glibc: { cflags: [ // gtest issue "-Wno-used-but-marked-unused", |