aboutsummaryrefslogtreecommitdiff
path: root/build/properties.go
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-12-12 13:08:49 -0800
committerSteven Moreland <smoreland@google.com>2018-12-14 23:53:11 +0000
commit92b3a855a2061004511cbb9e691e0116d402dc58 (patch)
tree3e88f52a506ac4705235e9d0029a9edfa5ce417a /build/properties.go
parent5ecec6b3681a585c9d790faeb6c11f774cbca670 (diff)
downloadaidl-92b3a855a2061004511cbb9e691e0116d402dc58.tar.gz
aidl generated libraries: wextra, wall
Bug: 120905566 Test: mma Change-Id: I7c0d37dea80d1d5c90b0e1d4fe0447ee7ac23132
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 78c95031..79295a2e 100644
--- a/build/properties.go
+++ b/build/properties.go
@@ -31,6 +31,7 @@ type ccProperties struct {
Sdk_version *string
Stl *string
Cpp_std *string
+ Cflags []string
}
type javaProperties struct {