summaryrefslogtreecommitdiff
path: root/tools/aidl/test_main.cpp
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-09-11 14:24:24 -0700
committerChristopher Wiley <wiley@google.com>2015-09-11 14:41:36 -0700
commit73ea1230fc2a4007973efe3730d482d7bc6cf87a (patch)
tree5ec15e3777ca3adfb8c85ddbb47d63afd10717c6 /tools/aidl/test_main.cpp
parentb15e1ff5081b680f4848a07fdbe6009c9a0fbde0 (diff)
Remove the aidl tool
This has been moved into its own repository at //system/tools/aidl Test: Built aosp_arm-eng from scratch. Bug: 23691099 Change-Id: Ic45d55682b9dcafe894efe0a6317792f9c1236c6
Diffstat (limited to 'tools/aidl/test_main.cpp')
-rw-r--r--tools/aidl/test_main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/aidl/test_main.cpp b/tools/aidl/test_main.cpp
deleted file mode 100644
index 4d820af774e1..000000000000
--- a/tools/aidl/test_main.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <gtest/gtest.h>
-
-int main(int argc, char **argv) {
- ::testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
-}