aboutsummaryrefslogtreecommitdiff
path: root/build/properties.go
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2020-10-29 17:07:33 +0900
committerJustin Yun <justinyun@google.com>2020-11-08 23:52:49 +0000
commitbc121400e1c6ee29d0d57ee928671db7d7fdbc14 (patch)
tree16367220cb32d4148d02924573e41ab90776a869 /build/properties.go
parenta6fe40521b6b19535a00590216e1cb3479b50386 (diff)
downloadaidl-bc121400e1c6ee29d0d57ee928671db7d7fdbc14.tar.gz
Define product_available property
To make a module available to product variants, it must define `product_available: true`. `vendor_available: true` will not create product variants any more. Bug: 150902910 Test: m nothing Change-Id: I1e9a7a7ffd160a8b4e76e6f3ee2697ebb893ee31
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 f20d8251..69e773e5 100644
--- a/build/properties.go
+++ b/build/properties.go
@@ -40,6 +40,7 @@ type ccProperties struct {
Defaults []string
Double_loadable *bool
Vendor_available *bool
+ Product_available *bool
Host_supported *bool
Generated_sources []string
Generated_headers []string