summaryrefslogtreecommitdiff
path: root/identity/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-07-27 12:20:26 +0900
committerJiyong Park <jiyong@google.com>2021-07-27 12:20:26 +0900
commit0d61dd6c3a38f38c3ea3106954de0073aa782cdf (patch)
treea70a482f8a598f3c69fdc5020a69378f7eba3427 /identity/Android.bp
parentf2a9f3d23457917d96358c86b62a5c51239d3d94 (diff)
downloadsecurity-0d61dd6c3a38f38c3ea3106954de0073aa782cdf.tar.gz
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: Ibeb4178f99857be75bb5f83a073a2d679058d921
Diffstat (limited to 'identity/Android.bp')
-rw-r--r--identity/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/identity/Android.bp b/identity/Android.bp
index 8267a6b1..ecdf9a4b 100644
--- a/identity/Android.bp
+++ b/identity/Android.bp
@@ -48,8 +48,8 @@ cc_binary {
"android.hardware.identity-support-lib",
"libkeymaster4support",
"libkeystore-attestation-application-id",
- "android.hardware.security.keymint-V1-ndk_platform",
- "android.security.authorization-ndk_platform",
+ "android.hardware.security.keymint-V1-ndk",
+ "android.security.authorization-ndk",
],
static_libs: [
"android.hardware.identity-V3-cpp",