Remove unnecessary "_external" suffix from libcppbor
Test: Build Change-Id: If61f49d36ea954f8385012172d454cc803141a60
This commit is contained in:
parent
5eb0727bc0
commit
387187d179
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ cc_defaults {
|
||||||
"android.hardware.identity-support-lib",
|
"android.hardware.identity-support-lib",
|
||||||
"android.hardware.security.rkp-V3-cpp",
|
"android.hardware.security.rkp-V3-cpp",
|
||||||
"android.security.rkp_aidl-cpp",
|
"android.security.rkp_aidl-cpp",
|
||||||
"libcppbor_external",
|
"libcppbor",
|
||||||
"libcredstore_aidl",
|
"libcredstore_aidl",
|
||||||
"libkeymaster4support",
|
"libkeymaster4support",
|
||||||
"librkp_support",
|
"librkp_support",
|
||||||
|
|
|
@ -39,7 +39,7 @@ cc_defaults {
|
||||||
"android.hardware.drm-V1-ndk",
|
"android.hardware.drm-V1-ndk",
|
||||||
"android.hardware.security.rkp-V3-ndk",
|
"android.hardware.security.rkp-V3-ndk",
|
||||||
"libbase",
|
"libbase",
|
||||||
"libcppbor_external",
|
"libcppbor",
|
||||||
"libcppcose_rkp",
|
"libcppcose_rkp",
|
||||||
"libjsoncpp",
|
"libjsoncpp",
|
||||||
"libkeymint_remote_prov_support",
|
"libkeymint_remote_prov_support",
|
||||||
|
|
Loading…
Reference in a new issue