summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2021-01-07 17:45:31 +0900
committerJustin Yun <justinyun@google.com>2021-01-07 17:58:55 +0900
commitc0d8c49224cff8d7a5bb160841ea3d8a7e70e376 (patch)
tree82b49b97656da4298ec89fc4710b87f5b0257c2f /java/java.go
parent77dcb9d768365b0e88e2ca889bdf7c5a99a7524a (diff)
Do not read 'vendor_available: false'
In case of VNDK, 'vendor_available: false' had a special meaning that defines VNDK-private libraries. It is not trivial because not defining a boolean property means 'false' normally. To avoid the confusion replace it with the 'vndk.private: true' for VNDK-private libraries and 'private: true' for LLNDK-private libraries. All VNDK libraries must define 'vendor_available: true' and may have 'vndk.private: true' if they are VNDK-private. With this change '(vendor|product)_available: false' is the same as not defining the property. LLNDK-private must define 'private: true' instead of 'vendor_available: false'. Bug: 175768895 Test: build Change-Id: I57fbca351be317257d95027f3cdcdbbe537eab23
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions