aboutsummaryrefslogtreecommitdiff
path: root/build/properties.go
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-09-20 18:42:24 +0000
committerSteven Moreland <smoreland@google.com>2019-09-20 11:50:09 -0700
commitdca9d4bb7d61589b487c69bcfbea87971f45a86b (patch)
tree92f3025df20c2d0d1bd3fd4513a6815a70481cbd /build/properties.go
parentb49a33d77dc24e85fb60dcab0a615061d2e82771 (diff)
downloadaidl-dca9d4bb7d61589b487c69bcfbea87971f45a86b.tar.gz
Reland "AIDL stub libs: on host"
This reverts commit 0d1cee24a5929133640807e59ca13b37531ac43a. Reason for revert: reland Bug: 141340885 Test: use on host (breakage was mac build, version script moved to linux only) Change-Id: Ieb7b2ec93c167e624b44f612539f5c5c6e534cc5
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 321ec712..b59db619 100644
--- a/build/properties.go
+++ b/build/properties.go
@@ -30,6 +30,7 @@ type ccProperties struct {
Owner *string
Defaults []string
Vendor_available *bool
+ Host_supported *bool
Generated_sources []string
Generated_headers []string
Shared sharedLib