summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-07-27 12:21:11 +0900
committerJiyong Park <jiyong@google.com>2021-07-27 12:21:11 +0900
commit973e05938d7ab06c0aef6c744cc2ea05cbecfa05 (patch)
treed231fcfdc8f85221900e88813b86be973965d95f
parent2d7673196837be84a4318b84e402ff00d3c80aa1 (diff)
downloadplatform_system_vold-973e05938d7ab06c0aef6c744cc2ea05cbecfa05.tar.gz
platform_system_vold-973e05938d7ab06c0aef6c744cc2ea05cbecfa05.tar.bz2
platform_system_vold-973e05938d7ab06c0aef6c744cc2ea05cbecfa05.zip
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
-rw-r--r--Android.bp12
1 files changed, 6 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 466ba776..35f74bf6 100644
--- a/Android.bp
+++ b/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",
],