From 2e2c6e7b316f9f23844c2becfa5109e28bc6afd1 Mon Sep 17 00:00:00 2001 From: Alain Michaud Date: Sun, 23 Jan 2022 21:55:35 +0000 Subject: [PATCH] uwb(hal): Adding support for host tests. Adding support for building hosts tests using the HAL interface. Bug: 216784920 Test: atest --host libuwb_uci_packet_tests Change-Id: I3e855b8b7bf203fc4f9769327348bfc3d1e10796 --- uwb/aidl/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/uwb/aidl/Android.bp b/uwb/aidl/Android.bp index 2cc1e6a8f9..36cde9b68d 100755 --- a/uwb/aidl/Android.bp +++ b/uwb/aidl/Android.bp @@ -14,6 +14,7 @@ aidl_interface { vendor_available: true, srcs: ["android/hardware/uwb/*.aidl"], stability: "vintf", + host_supported: true, backend: { java: { sdk_version: "module_Tiramisu",