diff options
| author | 2017-05-08 13:43:00 -0700 | |
|---|---|---|
| committer | 2017-05-08 15:57:05 -0700 | |
| commit | ceeff0fd394830a574d18bdc028b1dc0cef0300f (patch) | |
| tree | f985ee25828c59ddef21494db7f1a3a17c3ae052 /android/variable.go | |
| parent | e6d4cb3652c3702c034b152e546b8fad4422f0cf (diff) | |
Add product_sdk_version.cflags property
libwilhelm needs PRODUCT_SDK_VERSION=%d.
Test: builds
Change-Id: Ie3caf9e4fdcb8e241c8743b1675520e93cf20cae
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index e692fafb2..ef5b13c06 100644 --- a/android/variable.go +++ b/android/variable.go @@ -33,6 +33,7 @@ type variableProperties struct { Product_variables struct { Platform_sdk_version struct { Asflags []string + Cflags []string } // unbundled_build is a catch-all property to annotate modules that don't build in one or |