Merge "Allow collection of abi references for cfi variants as well." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c766e77398
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user