Merge "Allow collection of abi references for cfi variants as well."
am: a1232bd84d
Change-Id: I6a82c6ce99080fa92bc847aed0f0859cacaf12c9
This commit is contained in:
@@ -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