aboutsummaryrefslogtreecommitdiff
path: root/build/properties.go
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2021-01-25 17:24:24 +0900
committerJustin Yun <justinyun@google.com>2021-01-26 14:57:45 +0900
commit08cb78a74ed9965ed530d71c8990f10c13267862 (patch)
tree54fa2b542098914327bb139757cdb77a62c184dc /build/properties.go
parent52e9802210577daed4574a6e051ea6e06c84d44f (diff)
downloadaidl-08cb78a74ed9965ed530d71c8990f10c13267862.tar.gz
Define odm_available property
Define `odm_available` property for aidl_interface modules. `odm_available` is the same as `vendor_available` except it installs the vendor variant of the module to /odm or /vendor/odm. Bug: 176147321 Test: build with odm_available: true for an aidl_interface module Change-Id: I7f182db4cdbd792a299ec0ef5e4fe8f81f2c2562
Diffstat (limited to 'build/properties.go')
-rw-r--r--build/properties.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/properties.go b/build/properties.go
index e77fc877..fea49743 100644
--- a/build/properties.go
+++ b/build/properties.go
@@ -40,6 +40,7 @@ type ccProperties struct {
Defaults []string
Double_loadable *bool
Vendor_available *bool
+ Odm_available *bool
Product_available *bool
Host_supported *bool
Generated_sources []string