From 23b235560a581db2ee75f14f2d9815ee4f45bc99 Mon Sep 17 00:00:00 2001 From: Mu-Le Lee Date: Tue, 26 Jul 2022 08:14:49 +0000 Subject: Create symbolic links of LLNDK dumps from platform/ to vndk/ for API 33 In b/238383845, the dumps of LLNDK libraries were obtained from platform/ to enable Cross-Version ABI Check. However, moving these dumps to platform/ imposes potential merge conflicts when the LLNDK dumps in vndk/ updated upstream. The simple solution is to create symbolic links of LLNDK dumps from platform/ to vndk/. So developers can still update dumps in vndk/ with existing tools while Cross-Version ABI Check performs checks on dumps in platform/ which are linked to vndk/. In this CL, the symbolic links of LLNDK libraries including libvndksupport, libcgrouprc, libRS, libandroid_net and libselinux were created. Bug: 239789094 Test: make -j libvndksupport libcgrouprc libRS libandroid_net libselinux Change-Id: Ia56693e25d21096403a4d374340d8b8672afcb5d Merged-In: Ia56693e25d21096403a4d374340d8b8672afcb5d --- 33/64/x86_64/source-based/libcgrouprc.so.lsdump | 1 + 1 file changed, 1 insertion(+) create mode 120000 33/64/x86_64/source-based/libcgrouprc.so.lsdump (limited to '33/64/x86_64/source-based/libcgrouprc.so.lsdump') diff --git a/33/64/x86_64/source-based/libcgrouprc.so.lsdump b/33/64/x86_64/source-based/libcgrouprc.so.lsdump new file mode 120000 index 0000000..68e4b7e --- /dev/null +++ b/33/64/x86_64/source-based/libcgrouprc.so.lsdump @@ -0,0 +1 @@ +../../../../../vndk/33/64/x86_64/source-based/libcgrouprc.so.lsdump \ No newline at end of file -- cgit v1.2.3