Allow collection of abi references for cfi variants as well.

Bug: 66301104

Test: utils/create_reference_dumps.py -l libstagefright_foundation

Merged-In: Id6d0af1c6f8346df14196a82bfa098a4a2bc27e4
Change-Id: Id6d0af1c6f8346df14196a82bfa098a4a2bc27e4
(cherry picked from commit c1f9d4036a)
This commit is contained in:
Jayant Chowdhary
2018-05-14 10:56:02 -07:00
parent c91a33d3df
commit d39c61bdd0

View File

@@ -155,11 +155,11 @@ def create_source_abi_reference_dumps(args, product,
assert(target.primary_arch != '')
num_libs_copied += find_and_copy_lib_lsdumps(
target, ref_dump_dir_stem_vndk, ref_dump_dir_insertion,
'_vendor_shared/', args.libs, lsdump_paths)
'_vendor_shared', args.libs, lsdump_paths)
num_libs_copied += find_and_copy_lib_lsdumps(
target, ref_dump_dir_stem_ndk, ref_dump_dir_insertion,
'_core_shared/', args.libs, lsdump_paths)
'_core_shared', args.libs, lsdump_paths)
return num_libs_copied