vndk-def: Update eligible-list-28.csv

This commit updates eligible-list-28.csv

* Add an LLDNK shared lib
  * libvulkan.so
* Add VNDK shared libs
  * android.hardware.audio.common@4.0-util.so
  * android.hardware.bluetooth.a2dp@1.0.so
  * android.system.net.netd@1.1.so
* Switched from VNDK-SP-Private to VNDK-SP
  * libutilscallstack.so

Bug: 74299030
Test: Run vndk_definition_tool.py on Pixel 2017
Change-Id: I179b717e13bf4ef07b8217c3b29995574d9f7502
This commit is contained in:
Logan Chien
2018-03-20 18:35:53 +08:00
parent 135989335b
commit cc882b09d5
4 changed files with 34 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ android.hardware.audio.common@2.0-adapter-helper,True,False,True,hidl_interface
android.hardware.audio.common@2.0-util,True,False,True,cc_library_shared
android.hardware.audio.common@4.0,True,False,True,hidl_interface
android.hardware.audio.common@4.0-adapter-helper,True,False,True,hidl_interface
android.hardware.audio.common@4.0-util,True,False,True,cc_library_shared
android.hardware.audio.effect@2.0,True,False,True,hidl_interface
android.hardware.audio.effect@2.0-adapter-helper,True,False,True,hidl_interface
android.hardware.audio.effect@4.0,True,False,True,hidl_interface
@@ -31,6 +32,8 @@ android.hardware.automotive.vehicle@2.0,True,False,True,hidl_interface
android.hardware.automotive.vehicle@2.0-adapter-helper,True,False,True,hidl_interface
android.hardware.biometrics.fingerprint@2.1,True,False,True,hidl_interface
android.hardware.biometrics.fingerprint@2.1-adapter-helper,True,False,True,hidl_interface
android.hardware.bluetooth.a2dp@1.0,True,False,True,hidl_interface
android.hardware.bluetooth.a2dp@1.0-adapter-helper,True,False,True,hidl_interface
android.hardware.bluetooth@1.0,True,False,True,hidl_interface
android.hardware.bluetooth@1.0-adapter-helper,True,False,True,hidl_interface
android.hardware.boot@1.0,True,False,True,hidl_interface
@@ -243,8 +246,12 @@ android.hidl.token@1.0-adapter-helper,True,False,True,hidl_interface
android.hidl.token@1.0-utils,True,False,True,cc_library
android.system.net.netd@1.0,True,False,True,hidl_interface
android.system.net.netd@1.0-adapter-helper,True,False,True,hidl_interface
android.system.net.netd@1.1,True,False,True,hidl_interface
android.system.net.netd@1.1-adapter-helper,True,False,True,hidl_interface
android.system.wifi.keystore@1.0,True,False,True,hidl_interface
android.system.wifi.keystore@1.0-adapter-helper,True,False,True,hidl_interface
hardware.google.media.c2@1.0,False,False,True,hidl_interface
hardware.google.media.c2@1.0-adapter-helper,False,False,True,hidl_interface
hidl.tests.vendor@1.0,False,False,True,hidl_interface
hidl.tests.vendor@1.0-adapter-helper,False,False,True,hidl_interface
hidl.tests.vendor@1.1,False,False,True,hidl_interface
@@ -383,7 +390,7 @@ libunwindstack,True,True,True,cc_library
libusb,False,False,True,cc_library
libusbhost,True,False,True,cc_library
libutils,True,True,True,cc_library
libutilscallstack,True,True,False,cc_library
libutilscallstack,True,True,True,cc_library
libvixl-arm,True,False,True,cc_library
libvixl-arm64,True,False,True,cc_library
libvorbisidec,True,False,True,cc_library
1 name vndk vndk_sp vendor_available rule
13 android.hardware.audio.common@2.0-util True False True cc_library_shared
14 android.hardware.audio.common@4.0 True False True hidl_interface
15 android.hardware.audio.common@4.0-adapter-helper True False True hidl_interface
16 android.hardware.audio.common@4.0-util True False True cc_library_shared
17 android.hardware.audio.effect@2.0 True False True hidl_interface
18 android.hardware.audio.effect@2.0-adapter-helper True False True hidl_interface
19 android.hardware.audio.effect@4.0 True False True hidl_interface
32 android.hardware.automotive.vehicle@2.0-adapter-helper True False True hidl_interface
33 android.hardware.biometrics.fingerprint@2.1 True False True hidl_interface
34 android.hardware.biometrics.fingerprint@2.1-adapter-helper True False True hidl_interface
35 android.hardware.bluetooth.a2dp@1.0 True False True hidl_interface
36 android.hardware.bluetooth.a2dp@1.0-adapter-helper True False True hidl_interface
37 android.hardware.bluetooth@1.0 True False True hidl_interface
38 android.hardware.bluetooth@1.0-adapter-helper True False True hidl_interface
39 android.hardware.boot@1.0 True False True hidl_interface
246 android.hidl.token@1.0-utils True False True cc_library
247 android.system.net.netd@1.0 True False True hidl_interface
248 android.system.net.netd@1.0-adapter-helper True False True hidl_interface
249 android.system.net.netd@1.1 True False True hidl_interface
250 android.system.net.netd@1.1-adapter-helper True False True hidl_interface
251 android.system.wifi.keystore@1.0 True False True hidl_interface
252 android.system.wifi.keystore@1.0-adapter-helper True False True hidl_interface
253 hardware.google.media.c2@1.0 False False True hidl_interface
254 hardware.google.media.c2@1.0-adapter-helper False False True hidl_interface
255 hidl.tests.vendor@1.0 False False True hidl_interface
256 hidl.tests.vendor@1.0-adapter-helper False False True hidl_interface
257 hidl.tests.vendor@1.1 False False True hidl_interface
390 libusb False False True cc_library
391 libusbhost True False True cc_library
392 libutils True True True cc_library
393 libutilscallstack True True False True cc_library
394 libvixl-arm True False True cc_library
395 libvixl-arm64 True False True cc_library
396 libvorbisidec True False True cc_library

View File

@@ -6,6 +6,7 @@ Path,Tag,Comments
/system/${LIB}/android.hardware.audio.common-util.so,VNDK,
/system/${LIB}/android.hardware.audio.common@2.0-util.so,VNDK,
/system/${LIB}/android.hardware.audio.common@2.0.so,VNDK,
/system/${LIB}/android.hardware.audio.common@4.0-util.so,VNDK,
/system/${LIB}/android.hardware.audio.common@4.0.so,VNDK,
/system/${LIB}/android.hardware.audio.effect@2.0.so,VNDK,
/system/${LIB}/android.hardware.audio.effect@4.0.so,VNDK,
@@ -16,6 +17,7 @@ Path,Tag,Comments
/system/${LIB}/android.hardware.automotive.evs@1.0.so,VNDK,
/system/${LIB}/android.hardware.automotive.vehicle@2.0.so,VNDK,
/system/${LIB}/android.hardware.biometrics.fingerprint@2.1.so,VNDK,
/system/${LIB}/android.hardware.bluetooth.a2dp@1.0.so,VNDK,
/system/${LIB}/android.hardware.bluetooth@1.0.so,VNDK,
/system/${LIB}/android.hardware.boot@1.0.so,VNDK,
/system/${LIB}/android.hardware.broadcastradio@1.0.so,VNDK,
@@ -108,6 +110,7 @@ Path,Tag,Comments
/system/${LIB}/android.hidl.token@1.0-utils.so,VNDK,
/system/${LIB}/android.hidl.token@1.0.so,VNDK,
/system/${LIB}/android.system.net.netd@1.0.so,VNDK,
/system/${LIB}/android.system.net.netd@1.1.so,VNDK,
/system/${LIB}/android.system.wifi.keystore@1.0.so,VNDK,
/system/${LIB}/drm/libfwdlockengine.so,FWK-ONLY,
/system/${LIB}/extractors/libaacextractor.so,FWK-ONLY,
@@ -456,7 +459,7 @@ Path,Tag,Comments
/system/${LIB}/libunwindstack.so,VNDK-SP,
/system/${LIB}/libusbhost.so,VNDK,
/system/${LIB}/libutils.so,VNDK-SP,
/system/${LIB}/libutilscallstack.so,VNDK-SP-Private,
/system/${LIB}/libutilscallstack.so,VNDK-SP,
/system/${LIB}/libvintf.so,FWK-ONLY,
/system/${LIB}/libvixl-arm.so,VNDK,
/system/${LIB}/libvixl-arm64.so,VNDK,
@@ -464,7 +467,7 @@ Path,Tag,Comments
/system/${LIB}/libvixld-arm64.so,FWK-ONLY,
/system/${LIB}/libvndksupport.so,LL-NDK,
/system/${LIB}/libvorbisidec.so,VNDK,
/system/${LIB}/libvulkan.so,FWK-ONLY,
/system/${LIB}/libvulkan.so,LL-NDK,
/system/${LIB}/libwebviewchromium_loader.so,FWK-ONLY,
/system/${LIB}/libwebviewchromium_plat_support.so,FWK-ONLY,
/system/${LIB}/libwfds.so,FWK-ONLY,
@@ -486,6 +489,7 @@ Path,Tag,Comments
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common-util.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@2.0-util.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@2.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@4.0-util.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@4.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.effect@2.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.effect@4.0.so,VNDK,
@@ -496,6 +500,7 @@ Path,Tag,Comments
/system/${LIB}/vndk${VNDK_VER}/android.hardware.automotive.evs@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.automotive.vehicle@2.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.biometrics.fingerprint@2.1.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.bluetooth.a2dp@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.bluetooth@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.boot@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.broadcastradio@1.0.so,VNDK,
@@ -581,6 +586,7 @@ Path,Tag,Comments
/system/${LIB}/vndk${VNDK_VER}/android.hidl.token@1.0-utils.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hidl.token@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.system.net.netd@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.system.net.netd@1.1.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.system.wifi.keystore@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/libadf.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/libaudioroute.so,VNDK,
@@ -715,7 +721,7 @@ Path,Tag,Comments
/system/${LIB}/vndk-sp${VNDK_VER}/libunwind.so,VNDK-SP-Private,
/system/${LIB}/vndk-sp${VNDK_VER}/libunwindstack.so,VNDK-SP,
/system/${LIB}/vndk-sp${VNDK_VER}/libutils.so,VNDK-SP,
/system/${LIB}/vndk-sp${VNDK_VER}/libutilscallstack.so,VNDK-SP-Private,
/system/${LIB}/vndk-sp${VNDK_VER}/libutilscallstack.so,VNDK-SP,
/system/${LIB}/vndk-sp${VNDK_VER}/libz.so,VNDK-SP,
/vendor/${LIB}/hidl.tests.vendor@1.0.so,VND-ONLY,
/vendor/${LIB}/hidl.tests.vendor@1.1.so,VND-ONLY,
1 Path Tag Comments
6 /system/${LIB}/android.hardware.audio.common-util.so VNDK
7 /system/${LIB}/android.hardware.audio.common@2.0-util.so VNDK
8 /system/${LIB}/android.hardware.audio.common@2.0.so VNDK
9 /system/${LIB}/android.hardware.audio.common@4.0-util.so VNDK
10 /system/${LIB}/android.hardware.audio.common@4.0.so VNDK
11 /system/${LIB}/android.hardware.audio.effect@2.0.so VNDK
12 /system/${LIB}/android.hardware.audio.effect@4.0.so VNDK
17 /system/${LIB}/android.hardware.automotive.evs@1.0.so VNDK
18 /system/${LIB}/android.hardware.automotive.vehicle@2.0.so VNDK
19 /system/${LIB}/android.hardware.biometrics.fingerprint@2.1.so VNDK
20 /system/${LIB}/android.hardware.bluetooth.a2dp@1.0.so VNDK
21 /system/${LIB}/android.hardware.bluetooth@1.0.so VNDK
22 /system/${LIB}/android.hardware.boot@1.0.so VNDK
23 /system/${LIB}/android.hardware.broadcastradio@1.0.so VNDK
110 /system/${LIB}/android.hidl.token@1.0-utils.so VNDK
111 /system/${LIB}/android.hidl.token@1.0.so VNDK
112 /system/${LIB}/android.system.net.netd@1.0.so VNDK
113 /system/${LIB}/android.system.net.netd@1.1.so VNDK
114 /system/${LIB}/android.system.wifi.keystore@1.0.so VNDK
115 /system/${LIB}/drm/libfwdlockengine.so FWK-ONLY
116 /system/${LIB}/extractors/libaacextractor.so FWK-ONLY
459 /system/${LIB}/libunwindstack.so VNDK-SP
460 /system/${LIB}/libusbhost.so VNDK
461 /system/${LIB}/libutils.so VNDK-SP
462 /system/${LIB}/libutilscallstack.so VNDK-SP-Private VNDK-SP
463 /system/${LIB}/libvintf.so FWK-ONLY
464 /system/${LIB}/libvixl-arm.so VNDK
465 /system/${LIB}/libvixl-arm64.so VNDK
467 /system/${LIB}/libvixld-arm64.so FWK-ONLY
468 /system/${LIB}/libvndksupport.so LL-NDK
469 /system/${LIB}/libvorbisidec.so VNDK
470 /system/${LIB}/libvulkan.so FWK-ONLY LL-NDK
471 /system/${LIB}/libwebviewchromium_loader.so FWK-ONLY
472 /system/${LIB}/libwebviewchromium_plat_support.so FWK-ONLY
473 /system/${LIB}/libwfds.so FWK-ONLY
489 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common-util.so VNDK
490 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@2.0-util.so VNDK
491 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@2.0.so VNDK
492 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@4.0-util.so VNDK
493 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@4.0.so VNDK
494 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.effect@2.0.so VNDK
495 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.effect@4.0.so VNDK
500 /system/${LIB}/vndk${VNDK_VER}/android.hardware.automotive.evs@1.0.so VNDK
501 /system/${LIB}/vndk${VNDK_VER}/android.hardware.automotive.vehicle@2.0.so VNDK
502 /system/${LIB}/vndk${VNDK_VER}/android.hardware.biometrics.fingerprint@2.1.so VNDK
503 /system/${LIB}/vndk${VNDK_VER}/android.hardware.bluetooth.a2dp@1.0.so VNDK
504 /system/${LIB}/vndk${VNDK_VER}/android.hardware.bluetooth@1.0.so VNDK
505 /system/${LIB}/vndk${VNDK_VER}/android.hardware.boot@1.0.so VNDK
506 /system/${LIB}/vndk${VNDK_VER}/android.hardware.broadcastradio@1.0.so VNDK
586 /system/${LIB}/vndk${VNDK_VER}/android.hidl.token@1.0-utils.so VNDK
587 /system/${LIB}/vndk${VNDK_VER}/android.hidl.token@1.0.so VNDK
588 /system/${LIB}/vndk${VNDK_VER}/android.system.net.netd@1.0.so VNDK
589 /system/${LIB}/vndk${VNDK_VER}/android.system.net.netd@1.1.so VNDK
590 /system/${LIB}/vndk${VNDK_VER}/android.system.wifi.keystore@1.0.so VNDK
591 /system/${LIB}/vndk${VNDK_VER}/libadf.so VNDK
592 /system/${LIB}/vndk${VNDK_VER}/libaudioroute.so VNDK
721 /system/${LIB}/vndk-sp${VNDK_VER}/libunwind.so VNDK-SP-Private
722 /system/${LIB}/vndk-sp${VNDK_VER}/libunwindstack.so VNDK-SP
723 /system/${LIB}/vndk-sp${VNDK_VER}/libutils.so VNDK-SP
724 /system/${LIB}/vndk-sp${VNDK_VER}/libutilscallstack.so VNDK-SP-Private VNDK-SP
725 /system/${LIB}/vndk-sp${VNDK_VER}/libz.so VNDK-SP
726 /vendor/${LIB}/hidl.tests.vendor@1.0.so VND-ONLY
727 /vendor/${LIB}/hidl.tests.vendor@1.1.so VND-ONLY

View File

@@ -13,6 +13,7 @@ android.hardware.audio.common@2.0-adapter-helper,True,False,True,hidl_interface
android.hardware.audio.common@2.0-util,True,False,True,cc_library_shared
android.hardware.audio.common@4.0,True,False,True,hidl_interface
android.hardware.audio.common@4.0-adapter-helper,True,False,True,hidl_interface
android.hardware.audio.common@4.0-util,True,False,True,cc_library_shared
android.hardware.audio.effect@2.0,True,False,True,hidl_interface
android.hardware.audio.effect@2.0-adapter-helper,True,False,True,hidl_interface
android.hardware.audio.effect@4.0,True,False,True,hidl_interface
@@ -31,6 +32,8 @@ android.hardware.automotive.vehicle@2.0,True,False,True,hidl_interface
android.hardware.automotive.vehicle@2.0-adapter-helper,True,False,True,hidl_interface
android.hardware.biometrics.fingerprint@2.1,True,False,True,hidl_interface
android.hardware.biometrics.fingerprint@2.1-adapter-helper,True,False,True,hidl_interface
android.hardware.bluetooth.a2dp@1.0,True,False,True,hidl_interface
android.hardware.bluetooth.a2dp@1.0-adapter-helper,True,False,True,hidl_interface
android.hardware.bluetooth@1.0,True,False,True,hidl_interface
android.hardware.bluetooth@1.0-adapter-helper,True,False,True,hidl_interface
android.hardware.boot@1.0,True,False,True,hidl_interface
@@ -243,8 +246,12 @@ android.hidl.token@1.0-adapter-helper,True,False,True,hidl_interface
android.hidl.token@1.0-utils,True,False,True,cc_library
android.system.net.netd@1.0,True,False,True,hidl_interface
android.system.net.netd@1.0-adapter-helper,True,False,True,hidl_interface
android.system.net.netd@1.1,True,False,True,hidl_interface
android.system.net.netd@1.1-adapter-helper,True,False,True,hidl_interface
android.system.wifi.keystore@1.0,True,False,True,hidl_interface
android.system.wifi.keystore@1.0-adapter-helper,True,False,True,hidl_interface
hardware.google.media.c2@1.0,False,False,True,hidl_interface
hardware.google.media.c2@1.0-adapter-helper,False,False,True,hidl_interface
hidl.tests.vendor@1.0,False,False,True,hidl_interface
hidl.tests.vendor@1.0-adapter-helper,False,False,True,hidl_interface
hidl.tests.vendor@1.1,False,False,True,hidl_interface
@@ -383,7 +390,7 @@ libunwindstack,True,True,True,cc_library
libusb,False,False,True,cc_library
libusbhost,True,False,True,cc_library
libutils,True,True,True,cc_library
libutilscallstack,True,True,False,cc_library
libutilscallstack,True,True,True,cc_library
libvixl-arm,True,False,True,cc_library
libvixl-arm64,True,False,True,cc_library
libvorbisidec,True,False,True,cc_library
1 name vndk vndk_sp vendor_available rule
13 android.hardware.audio.common@2.0-util True False True cc_library_shared
14 android.hardware.audio.common@4.0 True False True hidl_interface
15 android.hardware.audio.common@4.0-adapter-helper True False True hidl_interface
16 android.hardware.audio.common@4.0-util True False True cc_library_shared
17 android.hardware.audio.effect@2.0 True False True hidl_interface
18 android.hardware.audio.effect@2.0-adapter-helper True False True hidl_interface
19 android.hardware.audio.effect@4.0 True False True hidl_interface
32 android.hardware.automotive.vehicle@2.0-adapter-helper True False True hidl_interface
33 android.hardware.biometrics.fingerprint@2.1 True False True hidl_interface
34 android.hardware.biometrics.fingerprint@2.1-adapter-helper True False True hidl_interface
35 android.hardware.bluetooth.a2dp@1.0 True False True hidl_interface
36 android.hardware.bluetooth.a2dp@1.0-adapter-helper True False True hidl_interface
37 android.hardware.bluetooth@1.0 True False True hidl_interface
38 android.hardware.bluetooth@1.0-adapter-helper True False True hidl_interface
39 android.hardware.boot@1.0 True False True hidl_interface
246 android.hidl.token@1.0-utils True False True cc_library
247 android.system.net.netd@1.0 True False True hidl_interface
248 android.system.net.netd@1.0-adapter-helper True False True hidl_interface
249 android.system.net.netd@1.1 True False True hidl_interface
250 android.system.net.netd@1.1-adapter-helper True False True hidl_interface
251 android.system.wifi.keystore@1.0 True False True hidl_interface
252 android.system.wifi.keystore@1.0-adapter-helper True False True hidl_interface
253 hardware.google.media.c2@1.0 False False True hidl_interface
254 hardware.google.media.c2@1.0-adapter-helper False False True hidl_interface
255 hidl.tests.vendor@1.0 False False True hidl_interface
256 hidl.tests.vendor@1.0-adapter-helper False False True hidl_interface
257 hidl.tests.vendor@1.1 False False True hidl_interface
390 libusb False False True cc_library
391 libusbhost True False True cc_library
392 libutils True True True cc_library
393 libutilscallstack True True False True cc_library
394 libvixl-arm True False True cc_library
395 libvixl-arm64 True False True cc_library
396 libvorbisidec True False True cc_library

View File

@@ -6,6 +6,7 @@ Path,Tag,Comments
/system/${LIB}/android.hardware.audio.common-util.so,VNDK,
/system/${LIB}/android.hardware.audio.common@2.0-util.so,VNDK,
/system/${LIB}/android.hardware.audio.common@2.0.so,VNDK,
/system/${LIB}/android.hardware.audio.common@4.0-util.so,VNDK,
/system/${LIB}/android.hardware.audio.common@4.0.so,VNDK,
/system/${LIB}/android.hardware.audio.effect@2.0.so,VNDK,
/system/${LIB}/android.hardware.audio.effect@4.0.so,VNDK,
@@ -16,6 +17,7 @@ Path,Tag,Comments
/system/${LIB}/android.hardware.automotive.evs@1.0.so,VNDK,
/system/${LIB}/android.hardware.automotive.vehicle@2.0.so,VNDK,
/system/${LIB}/android.hardware.biometrics.fingerprint@2.1.so,VNDK,
/system/${LIB}/android.hardware.bluetooth.a2dp@1.0.so,VNDK,
/system/${LIB}/android.hardware.bluetooth@1.0.so,VNDK,
/system/${LIB}/android.hardware.boot@1.0.so,VNDK,
/system/${LIB}/android.hardware.broadcastradio@1.0.so,VNDK,
@@ -108,6 +110,7 @@ Path,Tag,Comments
/system/${LIB}/android.hidl.token@1.0-utils.so,VNDK,
/system/${LIB}/android.hidl.token@1.0.so,VNDK,
/system/${LIB}/android.system.net.netd@1.0.so,VNDK,
/system/${LIB}/android.system.net.netd@1.1.so,VNDK,
/system/${LIB}/android.system.wifi.keystore@1.0.so,VNDK,
/system/${LIB}/drm/libfwdlockengine.so,FWK-ONLY,
/system/${LIB}/extractors/libaacextractor.so,FWK-ONLY,
@@ -456,7 +459,7 @@ Path,Tag,Comments
/system/${LIB}/libunwindstack.so,VNDK-SP,
/system/${LIB}/libusbhost.so,VNDK,
/system/${LIB}/libutils.so,VNDK-SP,
/system/${LIB}/libutilscallstack.so,VNDK-SP-Private,
/system/${LIB}/libutilscallstack.so,VNDK-SP,
/system/${LIB}/libvintf.so,FWK-ONLY,
/system/${LIB}/libvixl-arm.so,VNDK,
/system/${LIB}/libvixl-arm64.so,VNDK,
@@ -464,7 +467,7 @@ Path,Tag,Comments
/system/${LIB}/libvixld-arm64.so,FWK-ONLY,
/system/${LIB}/libvndksupport.so,LL-NDK,
/system/${LIB}/libvorbisidec.so,VNDK,
/system/${LIB}/libvulkan.so,FWK-ONLY,
/system/${LIB}/libvulkan.so,LL-NDK,
/system/${LIB}/libwebviewchromium_loader.so,FWK-ONLY,
/system/${LIB}/libwebviewchromium_plat_support.so,FWK-ONLY,
/system/${LIB}/libwfds.so,FWK-ONLY,
@@ -486,6 +489,7 @@ Path,Tag,Comments
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common-util.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@2.0-util.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@2.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@4.0-util.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@4.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.effect@2.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.effect@4.0.so,VNDK,
@@ -496,6 +500,7 @@ Path,Tag,Comments
/system/${LIB}/vndk${VNDK_VER}/android.hardware.automotive.evs@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.automotive.vehicle@2.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.biometrics.fingerprint@2.1.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.bluetooth.a2dp@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.bluetooth@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.boot@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hardware.broadcastradio@1.0.so,VNDK,
@@ -581,6 +586,7 @@ Path,Tag,Comments
/system/${LIB}/vndk${VNDK_VER}/android.hidl.token@1.0-utils.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.hidl.token@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.system.net.netd@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.system.net.netd@1.1.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/android.system.wifi.keystore@1.0.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/libadf.so,VNDK,
/system/${LIB}/vndk${VNDK_VER}/libaudioroute.so,VNDK,
@@ -715,7 +721,7 @@ Path,Tag,Comments
/system/${LIB}/vndk-sp${VNDK_VER}/libunwind.so,VNDK-SP-Private,
/system/${LIB}/vndk-sp${VNDK_VER}/libunwindstack.so,VNDK-SP,
/system/${LIB}/vndk-sp${VNDK_VER}/libutils.so,VNDK-SP,
/system/${LIB}/vndk-sp${VNDK_VER}/libutilscallstack.so,VNDK-SP-Private,
/system/${LIB}/vndk-sp${VNDK_VER}/libutilscallstack.so,VNDK-SP,
/system/${LIB}/vndk-sp${VNDK_VER}/libz.so,VNDK-SP,
/vendor/${LIB}/hidl.tests.vendor@1.0.so,VND-ONLY,
/vendor/${LIB}/hidl.tests.vendor@1.1.so,VND-ONLY,
1 Path Tag Comments
6 /system/${LIB}/android.hardware.audio.common-util.so VNDK
7 /system/${LIB}/android.hardware.audio.common@2.0-util.so VNDK
8 /system/${LIB}/android.hardware.audio.common@2.0.so VNDK
9 /system/${LIB}/android.hardware.audio.common@4.0-util.so VNDK
10 /system/${LIB}/android.hardware.audio.common@4.0.so VNDK
11 /system/${LIB}/android.hardware.audio.effect@2.0.so VNDK
12 /system/${LIB}/android.hardware.audio.effect@4.0.so VNDK
17 /system/${LIB}/android.hardware.automotive.evs@1.0.so VNDK
18 /system/${LIB}/android.hardware.automotive.vehicle@2.0.so VNDK
19 /system/${LIB}/android.hardware.biometrics.fingerprint@2.1.so VNDK
20 /system/${LIB}/android.hardware.bluetooth.a2dp@1.0.so VNDK
21 /system/${LIB}/android.hardware.bluetooth@1.0.so VNDK
22 /system/${LIB}/android.hardware.boot@1.0.so VNDK
23 /system/${LIB}/android.hardware.broadcastradio@1.0.so VNDK
110 /system/${LIB}/android.hidl.token@1.0-utils.so VNDK
111 /system/${LIB}/android.hidl.token@1.0.so VNDK
112 /system/${LIB}/android.system.net.netd@1.0.so VNDK
113 /system/${LIB}/android.system.net.netd@1.1.so VNDK
114 /system/${LIB}/android.system.wifi.keystore@1.0.so VNDK
115 /system/${LIB}/drm/libfwdlockengine.so FWK-ONLY
116 /system/${LIB}/extractors/libaacextractor.so FWK-ONLY
459 /system/${LIB}/libunwindstack.so VNDK-SP
460 /system/${LIB}/libusbhost.so VNDK
461 /system/${LIB}/libutils.so VNDK-SP
462 /system/${LIB}/libutilscallstack.so VNDK-SP-Private VNDK-SP
463 /system/${LIB}/libvintf.so FWK-ONLY
464 /system/${LIB}/libvixl-arm.so VNDK
465 /system/${LIB}/libvixl-arm64.so VNDK
467 /system/${LIB}/libvixld-arm64.so FWK-ONLY
468 /system/${LIB}/libvndksupport.so LL-NDK
469 /system/${LIB}/libvorbisidec.so VNDK
470 /system/${LIB}/libvulkan.so FWK-ONLY LL-NDK
471 /system/${LIB}/libwebviewchromium_loader.so FWK-ONLY
472 /system/${LIB}/libwebviewchromium_plat_support.so FWK-ONLY
473 /system/${LIB}/libwfds.so FWK-ONLY
489 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common-util.so VNDK
490 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@2.0-util.so VNDK
491 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@2.0.so VNDK
492 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@4.0-util.so VNDK
493 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.common@4.0.so VNDK
494 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.effect@2.0.so VNDK
495 /system/${LIB}/vndk${VNDK_VER}/android.hardware.audio.effect@4.0.so VNDK
500 /system/${LIB}/vndk${VNDK_VER}/android.hardware.automotive.evs@1.0.so VNDK
501 /system/${LIB}/vndk${VNDK_VER}/android.hardware.automotive.vehicle@2.0.so VNDK
502 /system/${LIB}/vndk${VNDK_VER}/android.hardware.biometrics.fingerprint@2.1.so VNDK
503 /system/${LIB}/vndk${VNDK_VER}/android.hardware.bluetooth.a2dp@1.0.so VNDK
504 /system/${LIB}/vndk${VNDK_VER}/android.hardware.bluetooth@1.0.so VNDK
505 /system/${LIB}/vndk${VNDK_VER}/android.hardware.boot@1.0.so VNDK
506 /system/${LIB}/vndk${VNDK_VER}/android.hardware.broadcastradio@1.0.so VNDK
586 /system/${LIB}/vndk${VNDK_VER}/android.hidl.token@1.0-utils.so VNDK
587 /system/${LIB}/vndk${VNDK_VER}/android.hidl.token@1.0.so VNDK
588 /system/${LIB}/vndk${VNDK_VER}/android.system.net.netd@1.0.so VNDK
589 /system/${LIB}/vndk${VNDK_VER}/android.system.net.netd@1.1.so VNDK
590 /system/${LIB}/vndk${VNDK_VER}/android.system.wifi.keystore@1.0.so VNDK
591 /system/${LIB}/vndk${VNDK_VER}/libadf.so VNDK
592 /system/${LIB}/vndk${VNDK_VER}/libaudioroute.so VNDK
721 /system/${LIB}/vndk-sp${VNDK_VER}/libunwind.so VNDK-SP-Private
722 /system/${LIB}/vndk-sp${VNDK_VER}/libunwindstack.so VNDK-SP
723 /system/${LIB}/vndk-sp${VNDK_VER}/libutils.so VNDK-SP
724 /system/${LIB}/vndk-sp${VNDK_VER}/libutilscallstack.so VNDK-SP-Private VNDK-SP
725 /system/${LIB}/vndk-sp${VNDK_VER}/libz.so VNDK-SP
726 /vendor/${LIB}/hidl.tests.vendor@1.0.so VND-ONLY
727 /vendor/${LIB}/hidl.tests.vendor@1.1.so VND-ONLY