summaryrefslogtreecommitdiffstats
path: root/libutils/tests
diff options
context:
space:
mode:
Diffstat (limited to 'libutils/tests')
-rw-r--r--libutils/tests/Android.bp4
1 files changed, 1 insertions, 3 deletions
diff --git a/libutils/tests/Android.bp b/libutils/tests/Android.bp
index 6911fc51b..a891fcae2 100644
--- a/libutils/tests/Android.bp
+++ b/libutils/tests/Android.bp
@@ -34,8 +34,6 @@ cc_test {
target: {
android: {
srcs: [
- "Looper_test.cpp",
- "RefBase_test.cpp",
"SystemClock_test.cpp",
],
shared_libs: [
@@ -46,7 +44,7 @@ cc_test {
"libbase",
],
},
- linux_glibc: {
+ linux: {
srcs: [
"Looper_test.cpp",
"RefBase_test.cpp",