diff options
| author | 2015-09-01 19:00:53 +0000 | |
|---|---|---|
| committer | 2015-09-01 19:00:53 +0000 | |
| commit | 59b41c6418ef42c76bbdca22061c9a22007ebd53 (patch) | |
| tree | 2d9199acded09d62a140984d639fc15a4b9f0e3d /tools/aidl/options.cpp | |
| parent | f3d846d0bd221d24c42af30711c2927e6cc398b8 (diff) | |
| parent | c8e4af65af7990d45e5505ebedc832c0a8fe58aa (diff) | |
am c8e4af65: am 722bf5c7: Merge "aidl: Separate aidl logic into its own static library"
* commit 'c8e4af65af7990d45e5505ebedc832c0a8fe58aa':
  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]; |