aboutsummaryrefslogtreecommitdiffstats
path: root/apex
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-04-02 16:14:11 -0700
committerSimran Basi <sbasi@google.com>2019-04-10 16:49:27 -0700
commit713ef2b4243ae621e95b94f68a56083d738248af (patch)
tree6e106fe5b219ea882daf27dcf59f5cc4b597c1f9 /apex
parent479465691f305b402aa3cf65cc092fcd985fa0cf (diff)
downloadbuild_soong-713ef2b4243ae621e95b94f68a56083d738248af.tar.gz
build_soong-713ef2b4243ae621e95b94f68a56083d738248af.tar.bz2
build_soong-713ef2b4243ae621e95b94f68a56083d738248af.zip
Fix package path of android/soong/android pctx
android/soong/common was renamed to android/soong/android long ago, but the pctx package path was still "android/soong/common". This required all users of rules defined in android/soong/android to import "android/soong/android" and then pctx.Import("android/soong/common"). Bug: 130298888 Test: m checkbuild Change-Id: I20d096522760538f7cfc2bec3d4bfeba99b275d4
Diffstat (limited to 'apex')
-rw-r--r--apex/apex.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/apex.go b/apex/apex.go
index 665e3630..004de86c 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -119,7 +119,7 @@ var (
)
func init() {
- pctx.Import("android/soong/common")
+ pctx.Import("android/soong/android")
pctx.Import("android/soong/java")
pctx.HostBinToolVariable("apexer", "apexer")
// ART minimal builds (using the master-art manifest) do not have the "frameworks/base"