Unify command for creation of llndk, vndk abi references.

Bug: 64267858

Test: utils/create_reference_dumps.py creates llndk + vndk abi
      references

Test: utils/create_reference_dumps.py -l libjpeg

Change-Id: I72ae13fb9c48f23a62b959195dbd5fa6fe4c14b0
This commit is contained in:
Jayant Chowdhary
2018-04-11 14:17:54 -07:00
parent 1c3364c022
commit a038b56c7d
2 changed files with 2 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ def run_header_abi_linker(output_path, inputs, version_script, api, arch):
def make_tree(product):
# To aid creation of reference dumps.
make_cmd = ['build/soong/soong_ui.bash', '--make-mode', '-j',
'vndk', 'TARGET_PRODUCT=' + product]
'vndk', 'findlsdumps', 'TARGET_PRODUCT=' + product]
subprocess.check_call(make_cmd, cwd=AOSP_DIR)
def make_targets(targets, product):