Merge "Allow collection of abi references for cfi variants as well." into pi-dev

This commit is contained in:
Vishwath Mohan
2018-05-23 17:47:38 +00:00
committed by Android (Google) Code Review

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