summaryrefslogtreecommitdiff
path: root/tools/aidl/aidl.h
diff options
context:
space:
mode:
author Christopher Wiley <wiley@google.com> 2015-09-14 14:11:19 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-09-14 14:11:19 +0000
commitddf53180e47cd4d31ba6bc762e98670898b040c9 (patch)
tree5dc0b093223304b3c6342036f41feb4e51fbd605 /tools/aidl/aidl.h
parent4140a21e2ec69089de916e240fd606a3daf09896 (diff)
parent73ea1230fc2a4007973efe3730d482d7bc6cf87a (diff)
Merge "Remove the aidl tool"
Diffstat (limited to 'tools/aidl/aidl.h')
-rw-r--r--tools/aidl/aidl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/aidl/aidl.h b/tools/aidl/aidl.h
deleted file mode 100644
index 98b15f36c21a..000000000000
--- a/tools/aidl/aidl.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef AIDL_AIDL_H_
-#define AIDL_AIDL_H_
-
-#include "options.h"
-
-int compile_aidl(Options& options);
-int preprocess_aidl(const Options& options);
-
-#endif // AIDL_AIDL_H_