summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/aidl/Android.mk1
-rw-r--r--tools/aidl/tests/test.cpp3
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/aidl/Android.mk b/tools/aidl/Android.mk
index 542f272d8af7..90512398d926 100644
--- a/tools/aidl/Android.mk
+++ b/tools/aidl/Android.mk
@@ -57,7 +57,6 @@ LOCAL_CFLAGS := -g -DUNIT_TEST -Wall -Werror
LOCAL_SRC_FILES := \
options_unittest.cpp \
test_main.cpp \
- tests/test.cpp \
LOCAL_STATIC_LIBRARIES := \
libaidl-common \
diff --git a/tools/aidl/tests/test.cpp b/tools/aidl/tests/test.cpp
deleted file mode 100644
index 15ae294138a8..000000000000
--- a/tools/aidl/tests/test.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <gtest/gtest.h>
-
-TEST(DummyCase, DummyTest) {}