Loading confirmationui/aidl/vts/functional/Android.bp +3 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ cc_test { name: "VtsHalConfirmationUITargetTest", defaults: [ "VtsHalTargetTestDefaults", "keymint_use_latest_hal_aidl_ndk_shared", "keymint_use_latest_hal_aidl_ndk_static", "use_libaidlvintf_gtest_helper_static", ], srcs: [ Loading @@ -31,8 +31,9 @@ cc_test { ], static_libs: [ "android.hardware.confirmationui-V1-ndk", "libcn-cbor", "android.hardware.confirmationui-support-lib", "android.hardware.security.secureclock-V1-ndk", "libcn-cbor", ], shared_libs: [ "libbinder_ndk", Loading gatekeeper/aidl/vts/functional/Android.bp +5 −2 Original line number Diff line number Diff line Loading @@ -24,14 +24,17 @@ cc_test { defaults: [ "VtsHalTargetTestDefaults", "use_libaidlvintf_gtest_helper_static", "keymint_use_latest_hal_aidl_ndk_shared", "keymint_use_latest_hal_aidl_ndk_static", ], srcs: ["VtsHalGatekeeperTargetTest.cpp"], shared_libs: [ "libbinder_ndk", "libbase", ], static_libs: ["android.hardware.gatekeeper-V1-ndk"], static_libs: [ "android.hardware.gatekeeper-V1-ndk", "android.hardware.security.secureclock-V1-ndk", ], test_suites: [ "general-tests", "vts", Loading Loading
confirmationui/aidl/vts/functional/Android.bp +3 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ cc_test { name: "VtsHalConfirmationUITargetTest", defaults: [ "VtsHalTargetTestDefaults", "keymint_use_latest_hal_aidl_ndk_shared", "keymint_use_latest_hal_aidl_ndk_static", "use_libaidlvintf_gtest_helper_static", ], srcs: [ Loading @@ -31,8 +31,9 @@ cc_test { ], static_libs: [ "android.hardware.confirmationui-V1-ndk", "libcn-cbor", "android.hardware.confirmationui-support-lib", "android.hardware.security.secureclock-V1-ndk", "libcn-cbor", ], shared_libs: [ "libbinder_ndk", Loading
gatekeeper/aidl/vts/functional/Android.bp +5 −2 Original line number Diff line number Diff line Loading @@ -24,14 +24,17 @@ cc_test { defaults: [ "VtsHalTargetTestDefaults", "use_libaidlvintf_gtest_helper_static", "keymint_use_latest_hal_aidl_ndk_shared", "keymint_use_latest_hal_aidl_ndk_static", ], srcs: ["VtsHalGatekeeperTargetTest.cpp"], shared_libs: [ "libbinder_ndk", "libbase", ], static_libs: ["android.hardware.gatekeeper-V1-ndk"], static_libs: [ "android.hardware.gatekeeper-V1-ndk", "android.hardware.security.secureclock-V1-ndk", ], test_suites: [ "general-tests", "vts", Loading