summaryrefslogtreecommitdiff
path: root/tools/aidl/options.cpp
diff options
context:
space:
mode:
author Christopher Wiley <wiley@google.com> 2015-09-01 18:49:12 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-09-01 18:49:12 +0000
commitc8e4af65af7990d45e5505ebedc832c0a8fe58aa (patch)
tree518e6484c34314c37e2e2f41efdbe3e7e895d319 /tools/aidl/options.cpp
parentcf4716473d5af3cd257b7e093c95c9b63b3b32c9 (diff)
parent722bf5c7dec37265021c17d35b0b078776699f97 (diff)
am 722bf5c7: Merge "aidl: Separate aidl logic into its own static library"
* commit '722bf5c7dec37265021c17d35b0b078776699f97': aidl: Separate aidl logic into its own static library
Diffstat (limited to 'tools/aidl/options.cpp')
-rw-r--r--tools/aidl/options.cpp4
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];