aboutsummaryrefslogtreecommitdiff
path: root/build/properties.go
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-09-06 19:14:37 -0700
committerSteven Moreland <smoreland@google.com>2019-09-17 18:11:20 -0700
commita7c172c9837af35d25b49890e49acda37f6e6d7b (patch)
treeb9b089375a21ff816b9153110038f8b5373d999f /build/properties.go
parent855f85c5405cb397997eedecef2e1a81621d5a45 (diff)
downloadaidl-a7c172c9837af35d25b49890e49acda37f6e6d7b.tar.gz
AIDL stub libs: on host
Not super nice that we need to work around some missing libc defined, but b/31559095 (bionic on host) should fix this. The motivation is so that unit tests can use libbinder and AIDL libs without having to abstract them away or do other hacks. Bug: 124524556 Test: builds Change-Id: I0ac80cb518ca08683f6b6d34443a883c739ec204
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