diff options
| author | Janis Danisevskis <jdanis@google.com> | 2021-05-05 16:41:56 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-05-05 16:41:56 +0000 |
| commit | 1448f12b4e827231954d38ff153c82aa1a052bc9 (patch) | |
| tree | 018716bb8f350bec0e47c7ffbc6d1edff706f2ab | |
| parent | 74fe319112393d1d610f938c384e138b43fac5ec (diff) | |
| parent | d915855cd5914f855e5e1dbdb0260834494702d4 (diff) | |
| download | platform_system_hardware_interfaces-1448f12b4e827231954d38ff153c82aa1a052bc9.tar.gz platform_system_hardware_interfaces-1448f12b4e827231954d38ff153c82aa1a052bc9.tar.bz2 platform_system_hardware_interfaces-1448f12b4e827231954d38ff153c82aa1a052bc9.zip | |
Link VtsHalWifiKeystoreV1_0TargetTest statically. am: 22468a22b9 am: 860d26fdca am: d915855cd5
Original change: https://android-review.googlesource.com/c/platform/system/hardware/interfaces/+/1693925
Change-Id: I3aae65f09276e765fa29646f4c8a55151043c497
| -rw-r--r-- | wifi/keystore/1.0/vts/functional/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/keystore/1.0/vts/functional/Android.bp b/wifi/keystore/1.0/vts/functional/Android.bp index bae4a875..d6e42413 100644 --- a/wifi/keystore/1.0/vts/functional/Android.bp +++ b/wifi/keystore/1.0/vts/functional/Android.bp @@ -25,7 +25,6 @@ cc_test { "VtsHalWifiKeystoreV1_0TargetTest.cpp", ], shared_libs: [ - "libkeymint_support", "libbase", "liblog", "libcutils", @@ -39,6 +38,7 @@ cc_test { "android.hardware.security.keymint-V1-ndk_platform", "android.system.keystore2-V1-ndk_platform", "android.system.wifi.keystore@1.0", + "libkeymint_support", ], cflags: [ "-O0", |
