aboutsummaryrefslogtreecommitdiff
path: root/build/properties.go
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-11-14 14:36:13 -0800
committerSteven Moreland <smoreland@google.com>2018-11-16 15:11:49 +0000
commit63492e674553d18c7bd4e202784eab3fed11d152 (patch)
tree9b3bffb0895f899e4261d02fc4bcd83ad9c3c58f /build/properties.go
parent055d87908d2aa8475c76000fc768fba73e8c2033 (diff)
downloadaidl-63492e674553d18c7bd4e202784eab3fed11d152.tar.gz
NDK Backend: use c++17
For std::optional for nullable types. Bug: 111445392 Test: atest android.binder.cts Change-Id: I1f5d566c18cd7883ca6c2360618c219e6d2ffd05
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 b6859440..78c95031 100644
--- a/build/properties.go
+++ b/build/properties.go
@@ -30,6 +30,7 @@ type ccProperties struct {
Export_generated_headers []string
Sdk_version *string
Stl *string
+ Cpp_std *string
}
type javaProperties struct {