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 | |
| parent | acc49d9fa758b6011605eb48cfb388372a631716 (diff) | |
Change-Id: I2d0664953ef8097d1853a7580a54463900c6730c
| -rw-r--r-- | Android.bp | 2 | ||||
| -rw-r--r-- | android/variable.go | 10 | ||||
| -rw-r--r-- | root.bp | 2 | ||||
| -rwxr-xr-x | soong_ui.bash | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp index 705af6fad..34a23cfb1 100644 --- a/Android.bp +++ b/Android.bp @@ -44,7 +44,7 @@ bootstrap_go_package { "blueprint-bootstrap", "soong", "soong-env", - "soong-lineage", + "soong-aicp", ], srcs: [ "android/androidmk.go", 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 { @@ -6,7 +6,7 @@ build = [ subdirs = [ "build/soong", - "vendor/lineage/build/soong", + "vendor/aicp/build/soong", ] optional_subdirs = [ diff --git a/soong_ui.bash b/soong_ui.bash index 3e3c71f94..dd81470ab 100755 --- a/soong_ui.bash +++ b/soong_ui.bash @@ -86,7 +86,7 @@ function run_go ${mf_cmd} -s "${mf_src}" -b "${mf_bin}" \ -pkg-path "android/soong=${TOP}/build/soong" -trimpath "${TOP}/build/soong" \ - -pkg-path "lineage/soong=${TOP}/vendor/lineage/build/soong" \ + -pkg-path "aicp/soong=${TOP}/vendor/aicp/build/soong" \ -o "${soong_ui_bin}" android/soong/cmd/soong_ui if [ $from_src -eq 1 ]; then |
