diff options
author | Simon Shields <simon@lineageos.org> | 2017-09-04 21:09:44 +1000 |
---|---|---|
committer | Simon Shields <simon@lineageos.org> | 2017-09-04 21:09:44 +1000 |
commit | acc49d9fa758b6011605eb48cfb388372a631716 (patch) | |
tree | 7cfebf11965dc9717575a78c68cfde14fb791581 | |
parent | 8b8d8e47e742d60e07570a893c4371fe4577f889 (diff) | |
download | android_build_soong-lineage-15.0.tar.gz android_build_soong-lineage-15.0.tar.bz2 android_build_soong-lineage-15.0.zip |
soong: explicitly specify name of Lineage variables structlineage-15.0
Change-Id: Ic754b8a13658ddc40620f985581bd1754b780b15
-rw-r--r-- | android/variable.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go index 68c9205d..b27206b3 100644 --- a/android/variable.go +++ b/android/variable.go @@ -89,7 +89,7 @@ type variableProperties struct { } // include Lineage variables - *android.Product_variables + Lineage android.Product_variables } `android:"arch_variant"` } @@ -157,7 +157,7 @@ type productVariables struct { Override_rs_driver *string `json:",omitempty"` // include Lineage variables - *android.ProductVariables + Lineage android.ProductVariables } func boolPtr(v bool) *bool { |