Merge "Remove ndk_platform backend. Use the ndk backend." am: 85705f6c86 am: e66b2b4015

Original change: https://android-review.googlesource.com/c/platform/system/vold/+/1778413

Change-Id: I3bf1a2b23581bb543ec1496bb60f5d8052076fce
This commit is contained in:
Treehugger Robot 2021-07-28 12:49:02 +00:00 committed by Automerger Merge Worker
commit ff366fab5f

View file

@ -165,9 +165,9 @@ cc_library_static {
}, },
shared_libs: [ shared_libs: [
"android.hardware.health.storage@1.0", "android.hardware.health.storage@1.0",
"android.hardware.health.storage-V1-ndk_platform", "android.hardware.health.storage-V1-ndk",
"android.system.keystore2-V1-ndk_platform", "android.system.keystore2-V1-ndk",
"android.security.maintenance-ndk_platform", "android.security.maintenance-ndk",
"libbinder_ndk", "libbinder_ndk",
"libkeymint_support", "libkeymint_support",
], ],
@ -197,9 +197,9 @@ cc_binary {
shared_libs: [ shared_libs: [
"android.hardware.health.storage@1.0", "android.hardware.health.storage@1.0",
"android.hardware.health.storage-V1-ndk_platform", "android.hardware.health.storage-V1-ndk",
"android.system.keystore2-V1-ndk_platform", "android.system.keystore2-V1-ndk",
"android.security.maintenance-ndk_platform", "android.security.maintenance-ndk",
"libbinder_ndk", "libbinder_ndk",
"libkeymint_support", "libkeymint_support",
], ],