From ceeff0fd394830a574d18bdc028b1dc0cef0300f Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 8 May 2017 13:43:00 -0700 Subject: [PATCH] Add product_sdk_version.cflags property libwilhelm needs PRODUCT_SDK_VERSION=%d. Test: builds Change-Id: Ie3caf9e4fdcb8e241c8743b1675520e93cf20cae --- android/variable.go | 1 + 1 file changed, 1 insertion(+) 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