diff options
author | 2015-09-14 14:11:19 +0000 | |
---|---|---|
committer | 2015-09-14 14:11:19 +0000 | |
commit | ddf53180e47cd4d31ba6bc762e98670898b040c9 (patch) | |
tree | 5dc0b093223304b3c6342036f41feb4e51fbd605 /tools/aidl/aidl.h | |
parent | 4140a21e2ec69089de916e240fd606a3daf09896 (diff) | |
parent | 73ea1230fc2a4007973efe3730d482d7bc6cf87a (diff) |
Merge "Remove the aidl tool"
Diffstat (limited to 'tools/aidl/aidl.h')
-rw-r--r-- | tools/aidl/aidl.h | 9 |
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_ |