diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-04-12 17:24:18 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-04-12 17:24:18 +0000 |
commit | 353222b81da2fcd82b25c14344b9d1373f54b6b9 (patch) | |
tree | 4a841b805f420354ecf4b3e8fc0814a0d0ecbac1 /python | |
parent | 898efa15a1c0ed751f7795289f9be7d9a959386c (diff) | |
parent | 713ef2b4243ae621e95b94f68a56083d738248af (diff) | |
download | android_build_soong-353222b81da2fcd82b25c14344b9d1373f54b6b9.tar.gz android_build_soong-353222b81da2fcd82b25c14344b9d1373f54b6b9.tar.bz2 android_build_soong-353222b81da2fcd82b25c14344b9d1373f54b6b9.zip |
Merge "Fix package path of android/soong/android pctx" into qt-dev
Diffstat (limited to 'python')
-rw-r--r-- | python/builder.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/builder.go b/python/builder.go index e3b490cf..36baecdf 100644 --- a/python/builder.go +++ b/python/builder.go @@ -73,7 +73,7 @@ var ( func init() { pctx.Import("github.com/google/blueprint/bootstrap") - pctx.Import("android/soong/common") + pctx.Import("android/soong/android") pctx.HostBinToolVariable("parCmd", "soong_zip") pctx.HostBinToolVariable("mergeParCmd", "merge_zips") |