From 6cd92b860487f08b28654c2f8a16b61ddcade562 Mon Sep 17 00:00:00 2001 From: hcl Date: Fri, 18 Nov 2022 15:13:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eaosk=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=AE=8F=E5=BC=80=E5=85=B3=EF=BC=8C=E4=BB=A5=E7=95=99=E5=90=8E?= =?UTF-8?q?=E7=BB=AD=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/variable.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/variable.go b/android/variable.go index 741d9aed5..611bb12a4 100644 --- a/android/variable.go +++ b/android/variable.go @@ -41,6 +41,9 @@ type variableProperties struct { Asflags []string Cflags []string } + Star_kylin_non_aosk struct { + Cppflags []string + } // unbundled_build is a catch-all property to annotate modules that don't build in one or // more unbundled branches, usually due to dependencies missing from the manifest. @@ -163,6 +166,7 @@ type productVariables struct { Platform_version_name *string `json:",omitempty"` Platform_sdk_version *int `json:",omitempty"` + Star_kylin_non_aosk *bool `json:",omitempty"` Platform_sdk_codename *string `json:",omitempty"` Platform_sdk_final *bool `json:",omitempty"` Platform_version_active_codenames []string `json:",omitempty"`