Merge "Remove ndk_platform backend. Use the ndk backend." am: 85705f6c86
Original change: https://android-review.googlesource.com/c/platform/system/vold/+/1778413 Change-Id: Ic80a30be678fd7427ee7239f8cdb758dfd483940
This commit is contained in:
commit
e66b2b4015
1 changed files with 6 additions and 6 deletions
12
Android.bp
12
Android.bp
|
@ -165,9 +165,9 @@ cc_library_static {
|
|||
},
|
||||
shared_libs: [
|
||||
"android.hardware.health.storage@1.0",
|
||||
"android.hardware.health.storage-V1-ndk_platform",
|
||||
"android.system.keystore2-V1-ndk_platform",
|
||||
"android.security.maintenance-ndk_platform",
|
||||
"android.hardware.health.storage-V1-ndk",
|
||||
"android.system.keystore2-V1-ndk",
|
||||
"android.security.maintenance-ndk",
|
||||
"libbinder_ndk",
|
||||
"libkeymint_support",
|
||||
],
|
||||
|
@ -197,9 +197,9 @@ cc_binary {
|
|||
|
||||
shared_libs: [
|
||||
"android.hardware.health.storage@1.0",
|
||||
"android.hardware.health.storage-V1-ndk_platform",
|
||||
"android.system.keystore2-V1-ndk_platform",
|
||||
"android.security.maintenance-ndk_platform",
|
||||
"android.hardware.health.storage-V1-ndk",
|
||||
"android.system.keystore2-V1-ndk",
|
||||
"android.security.maintenance-ndk",
|
||||
"libbinder_ndk",
|
||||
"libkeymint_support",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue