diff options
Diffstat (limited to 'python/builder.go')
-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") |