commit | 98125926c15999a24440830958ac7f3bfc35bdda | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Thu Mar 28 20:42:34 2024 -0600 |
committer | Shawn Willden <swillden@google.com> | Thu Mar 28 20:42:34 2024 -0600 |
tree | 042f38146f4f5e751b9dddddec5fc1dfa4a4ed36 | |
parent | f814c97702d02057953de418fdc4057edd4ba403 [diff] [blame] |
Remove unnecessary "_external" suffix from libcppbor Test: Build Change-Id: Ied163d1f40c3b86d7b85cae1700310f5cb674e2d
diff --git a/security/rkp/aidl/vts/functional/Android.bp b/security/rkp/aidl/vts/functional/Android.bp index 9c2b6e1..2cce8db 100644 --- a/security/rkp/aidl/vts/functional/Android.bp +++ b/security/rkp/aidl/vts/functional/Android.bp
@@ -32,7 +32,7 @@ "libcrypto", ], static_libs: [ - "libcppbor_external", + "libcppbor", "libgmock_ndk", "libkeymint_vts_test_utils", ],