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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user