summaryrefslogtreecommitdiff
path: root/tools/aidl/options.cpp
diff options
context:
space:
mode:
author Christopher Wiley <wiley@google.com> 2015-09-01 19:00:53 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-09-01 19:00:53 +0000
commit59b41c6418ef42c76bbdca22061c9a22007ebd53 (patch)
tree2d9199acded09d62a140984d639fc15a4b9f0e3d /tools/aidl/options.cpp
parentf3d846d0bd221d24c42af30711c2927e6cc398b8 (diff)
parentc8e4af65af7990d45e5505ebedc832c0a8fe58aa (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.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];