aboutsummaryrefslogtreecommitdiff
path: root/build/properties.go
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-09-17 14:25:33 -0700
committerSteven Moreland <smoreland@google.com>2018-10-03 15:16:35 -0700
commitc26d81406548c1ea5c6c3533f45adc13f9e8b62b (patch)
tree70d24a33dd9228fe4434ee8744d7fc13c99c9998 /build/properties.go
parent0bdc7cd9be88932de650146801aff37387f14e55 (diff)
downloadaidl-c26d81406548c1ea5c6c3533f45adc13f9e8b62b.tar.gz
Add 'name-ndk' output lib linking against NDK.
aidl_interface instance now create Java, CPP, and NDK backends. The NDK backend creates interfaces in a separate '::aidl' namespace in order to avoid ODR violations when it is used in conjunction with the CPP lib. Bug: 112664205 Test: atest android.binder.cts Change-Id: Ie19720ad933147a4175acd51554b570dee44736a
Diffstat (limited to 'build/properties.go')
-rw-r--r--build/properties.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/properties.go b/build/properties.go
index 3358e5bf..b6859440 100644
--- a/build/properties.go
+++ b/build/properties.go
@@ -28,6 +28,8 @@ type ccProperties struct {
Shared_libs []string
Export_shared_lib_headers []string
Export_generated_headers []string
+ Sdk_version *string
+ Stl *string
}
type javaProperties struct {