Merge "Remove ndk_platform backend. Use the ndk backend."
This commit is contained in:
commit
85705f6c86
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