diff options
| author | Miccia <bono.michele94@gmail.com> | 2017-09-15 11:31:16 +0200 |
|---|---|---|
| committer | Michele Bono <bono.michele94@gmail.com> | 2017-09-15 13:28:29 +0000 |
| commit | 7a734f099d365e10a3351ba7a2d0e18c060b79f6 (patch) | |
| tree | a9eb350d84e010be25c36a0a042ee128ecd53a48 /android/variable.go | |
| parent | acc49d9fa758b6011605eb48cfb388372a631716 (diff) | |
Change-Id: I2d0664953ef8097d1853a7580a54463900c6730c
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/android/variable.go b/android/variable.go index b27206b32..7e702f153 100644 --- a/android/variable.go +++ b/android/variable.go @@ -20,7 +20,7 @@ import ( "runtime" "strings" - "lineage/soong/android" + "aicp/soong/android" "github.com/google/blueprint/proptools" ) @@ -88,8 +88,8 @@ type variableProperties struct { Cppflags []string } - // include Lineage variables - Lineage android.Product_variables + // include AICP variables + Aicp android.Product_variables } `android:"arch_variant"` } @@ -156,8 +156,8 @@ type productVariables struct { Override_rs_driver *string `json:",omitempty"` - // include Lineage variables - Lineage android.ProductVariables + // include AICP variables + Aicp android.ProductVariables } func boolPtr(v bool) *bool { |
