diff options
| author | 2015-09-01 18:34:32 +0000 | |
|---|---|---|
| committer | 2015-09-01 18:34:32 +0000 | |
| commit | 722bf5c7dec37265021c17d35b0b078776699f97 (patch) | |
| tree | 8d1e3c381f75d2eb1f9191843cc064542d486c81 /tools/aidl/options.cpp | |
| parent | 267cb88f4d4adb2cdddd9b29eb8fce7104507114 (diff) | |
| parent | a25d35106e2ff0a50d30f2e7fc7e32f1533cb446 (diff) | |
Merge "aidl: Separate aidl logic into its own static library"
Diffstat (limited to 'tools/aidl/options.cpp')
| -rw-r--r-- | tools/aidl/options.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/aidl/options.cpp b/tools/aidl/options.cpp index 7b2daebec09e..52b0972a89ee 100644 --- a/tools/aidl/options.cpp +++ b/tools/aidl/options.cpp @@ -48,10 +48,6 @@ parse_options(int argc, const char* const* argv, Options *options) return 0; } - options->task = COMPILE_AIDL; - options->failOnParcelable = false; - options->autoDepFile = false; - // OPTIONS while (i < argc) { const char* s = argv[i]; |