Merge "Fix package path of android/soong/android pctx" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-12 17:24:18 +00:00
committed by Android (Google) Code Review
6 changed files with 6 additions and 6 deletions

View File

@@ -142,7 +142,7 @@ var (
)
func init() {
pctx.Import("android/soong/common")
pctx.Import("android/soong/android")
pctx.Import("android/soong/java/config")
}