diff --git a/tools/aidl/Android.mk b/tools/aidl/Android.mk index b7bcae64e1f73..d7b2006464625 100644 --- a/tools/aidl/Android.mk +++ b/tools/aidl/Android.mk @@ -56,7 +56,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 15ae294138a8e..0000000000000 --- a/tools/aidl/tests/test.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include - -TEST(DummyCase, DummyTest) {}