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
diff --git a/uwb/aidl/Android.bp b/uwb/aidl/Android.bp
index 2cc1e6a..36cde9b 100755
--- a/uwb/aidl/Android.bp
+++ b/uwb/aidl/Android.bp
@@ -14,6 +14,7 @@
vendor_available: true,
srcs: ["android/hardware/uwb/*.aidl"],
stability: "vintf",
+ host_supported: true,
backend: {
java: {
sdk_version: "module_Tiramisu",