summaryrefslogtreecommitdiffstats
path: root/tools/aidl/options.h
diff options
context:
space:
mode:
authorLuis Vidal <lvidal@cyngn.com>2016-06-22 17:17:52 -0700
committerLuis Vidal <lvidal@cyngn.com>2016-07-15 11:03:01 -0700
commitedd2da9b5bf098db9505e84033ca45fda688fe7f (patch)
tree9501d504941cbd7c1f33a0395afe117e34f0a66a /tools/aidl/options.h
parentdf41276baeda099bdfe95c59af43c65dee2763eb (diff)
downloadframeworks_base-edd2da9b5bf098db9505e84033ca45fda688fe7f.zip
frameworks_base-edd2da9b5bf098db9505e84033ca45fda688fe7f.tar.gz
frameworks_base-edd2da9b5bf098db9505e84033ca45fda688fe7f.tar.bz2
AIDL: Add option to generate No-Op methods
Add the option to generate a default (no-op) implementation of an interface Change-Id: I2631e93c8b85e056cf928e9592342dc4466f293e
Diffstat (limited to 'tools/aidl/options.h')
-rw-r--r--tools/aidl/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aidl/options.h b/tools/aidl/options.h
index 387e37d..969cc1c 100644
--- a/tools/aidl/options.h
+++ b/tools/aidl/options.h
@@ -24,6 +24,7 @@ struct Options
string outputBaseFolder;
string depFileName;
bool autoDepFile;
+ bool generateNoOpMethods;
vector<string> filesToPreprocess;
};