Merge "Allow collection of abi references for cfi variants as well." am: a1232bd84d

am: f032e1481b

Change-Id: I2f2958928a3f771c3751823a86bc903884c6acad
This commit is contained in:
Jayant Chowdhary
2018-05-14 17:27:28 -07:00
committed by android-build-merger

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