Fix tests for soong change. am: 45f1d99044 am: 32e8014cfb am: f6f2994cdf
am: c2bc23c46f
Change-Id: I0916c4c1f7188aa4badef3e8407397a51747c86b
This commit is contained in:
@@ -131,7 +131,11 @@ def get_build_cmds(bitness, host):
|
||||
|
||||
# Generate $OUT_DIR/combined-$TARGET_PRODUCT.ninja and build the
|
||||
# template target's dependencies.
|
||||
check_call(['make', '-C', ANDROID_DIR, target])
|
||||
check_call([
|
||||
'bash',
|
||||
os.path.join(ANDROID_DIR, 'build/soong/soong_ui.bash'), '--make-mode',
|
||||
target
|
||||
])
|
||||
|
||||
ninja_path = os.path.join(
|
||||
out_dir, 'combined-' + os.getenv('TARGET_PRODUCT') + '.ninja')
|
||||
|
||||
Reference in New Issue
Block a user