commit | ceeff0fd394830a574d18bdc028b1dc0cef0300f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon May 08 13:43:00 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Mon May 08 15:57:05 2017 -0700 |
tree | f985ee25828c59ddef21494db7f1a3a17c3ae052 | |
parent | e6d4cb3652c3702c034b152e546b8fad4422f0cf [diff] [blame] |
Add product_sdk_version.cflags property libwilhelm needs PRODUCT_SDK_VERSION=%d. Test: builds Change-Id: Ie3caf9e4fdcb8e241c8743b1675520e93cf20cae
diff --git a/android/variable.go b/android/variable.go index e692faf..ef5b13c 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -33,6 +33,7 @@ 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