Remove ndk_platform backend. Use the ndk backend.
The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same 'ndk' backend. Bug: 161456198 Test: m Change-Id: I87554ce86da0f862568c5aa84a21e6613655eb25
This commit is contained in:
parent
2d76731968
commit
973e05938d
1 changed files with 6 additions and 6 deletions
12
Android.bp
12
Android.bp
|
@ -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",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue