diff options
| author | 2015-09-01 16:50:59 +0000 | |
|---|---|---|
| committer | 2015-09-01 16:50:59 +0000 | |
| commit | 135fdcc76c6560706e77edfa1467d78a2c1f1e86 (patch) | |
| tree | d4c80297b00267d9c183fe62654fa3834950c451 /tools/aidl/aidl.cpp | |
| parent | f9d0740352eff66fdb9a69f4313b0850a871dcd9 (diff) | |
| parent | a6d167256d37f2b182658bb2d8ac6ed3f6258cb8 (diff) | |
am a6d16725: am a73e0045: Merge "Revert "Tighten up compiler flags for aidl""
* commit 'a6d167256d37f2b182658bb2d8ac6ed3f6258cb8':
Revert "Tighten up compiler flags for aidl"
Diffstat (limited to 'tools/aidl/aidl.cpp')
| -rw-r--r-- | tools/aidl/aidl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/aidl/aidl.cpp b/tools/aidl/aidl.cpp index a4ecb758046e..0ef4e278247b 100644 --- a/tools/aidl/aidl.cpp +++ b/tools/aidl/aidl.cpp @@ -162,6 +162,11 @@ import_import_parsed(buffer_type* statement) { } +static ParserCallbacks g_importCallbacks = { + &main_document_parsed, + &import_import_parsed +}; + // ========================================================== static int check_filename(const char* filename, const char* package, buffer_type* name) |