aboutsummaryrefslogtreecommitdiffstats
path: root/android/variable.go
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2018-08-06 17:23:22 -0700
committerXin Li <delphij@google.com>2018-08-06 17:23:26 -0700
commit6bfe4eb42c79d4930a71ba5ad013177b1741713f (patch)
tree2246bd09c86a770d1a4d26b415eed543affb7df6 /android/variable.go
parent77a69ecb70765f09f40c249a1546b5de7b2ee7f8 (diff)
parent7481ee6e6d144a509a931a80d0453ad74fb5b815 (diff)
downloadbuild_soong-android-o-mr1-iot-release-1.0.3.tar.gz
build_soong-android-o-mr1-iot-release-1.0.3.tar.bz2
build_soong-android-o-mr1-iot-release-1.0.3.zip
Merge Android Pie into masterandroid-o-mr1-iot-release-1.0.3
Bug: 112104996 Change-Id: I160274b2c2bbe8219ed9a3b5d39c3935bfcb13f0
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index d97fc0b6..b4ed1b7a 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -104,6 +104,19 @@ type variableProperties struct {
Uml struct {
Cppflags []string
}
+
+ Use_lmkd_stats_log struct {
+ Cflags []string
+ }
+
+ Arc struct {
+ Cflags []string
+ Exclude_srcs []string
+ Include_dirs []string
+ Shared_libs []string
+ Static_libs []string
+ Srcs []string
+ }
} `android:"arch_variant"`
}
@@ -174,6 +187,8 @@ type productVariables struct {
Enforce_vintf_manifest *bool `json:",omitempty"`
Pdk *bool `json:",omitempty"`
Uml *bool `json:",omitempty"`
+ Use_lmkd_stats_log *bool `json:",omitempty"`
+ Arc *bool `json:",omitempty"`
MinimizeJavaDebugInfo *bool `json:",omitempty"`
IntegerOverflowExcludePaths *[]string `json:",omitempty"`