mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Specify version for aidl_interface explicitly
Bug: 150578172 Test: m Change-Id: I8ccf9c8d08ad7131c77d316bf36fb515421d3ae1
This commit is contained in:
@@ -14,8 +14,8 @@ cc_binary {
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.security.keymint-V1-ndk_platform",
|
||||
"android.hardware.security.sharedsecret-unstable-ndk_platform",
|
||||
"android.hardware.security.secureclock-unstable-ndk_platform",
|
||||
"android.hardware.security.sharedsecret-V1-ndk_platform",
|
||||
"android.hardware.security.secureclock-V1-ndk_platform",
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"libcppbor_external",
|
||||
@@ -39,7 +39,7 @@ cc_library {
|
||||
"libkeymint_remote_prov_support",
|
||||
],
|
||||
shared_libs: [
|
||||
"android.hardware.security.keymint-unstable-ndk_platform",
|
||||
"android.hardware.security.keymint-V1-ndk_platform",
|
||||
"libbinder_ndk",
|
||||
"libcppbor_external",
|
||||
"libcppcose",
|
||||
|
||||
@@ -83,7 +83,7 @@ cc_test {
|
||||
"libpuresoftkeymasterdevice",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.security.keymint-unstable-ndk_platform",
|
||||
"android.hardware.security.keymint-V1-ndk_platform",
|
||||
"libcppcose",
|
||||
"libgmock_ndk",
|
||||
"libremote_provisioner",
|
||||
|
||||
@@ -71,6 +71,6 @@ cc_library {
|
||||
],
|
||||
static_libs: [
|
||||
// TODO(swillden): Remove keymint NDK
|
||||
"android.hardware.security.keymint-unstable-ndk_platform",
|
||||
"android.hardware.security.keymint-V1-ndk_platform",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -33,8 +33,8 @@ cc_test {
|
||||
"libkeymint",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.security.keymint-unstable-ndk_platform",
|
||||
"android.hardware.security.secureclock-unstable-ndk_platform",
|
||||
"android.hardware.security.keymint-V1-ndk_platform",
|
||||
"android.hardware.security.secureclock-V1-ndk_platform",
|
||||
],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
|
||||
@@ -33,8 +33,8 @@ cc_test {
|
||||
"libkeymint",
|
||||
],
|
||||
static_libs: [
|
||||
"android.hardware.security.keymint-unstable-ndk_platform",
|
||||
"android.hardware.security.sharedsecret-unstable-ndk_platform",
|
||||
"android.hardware.security.keymint-V1-ndk_platform",
|
||||
"android.hardware.security.sharedsecret-V1-ndk_platform",
|
||||
],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
|
||||
Reference in New Issue
Block a user