Provide feature flag for Uwb in goldfish

Test: external/qemu/android/rebuild.sh
Test: emulator -feature Uwb
Bug: 332717280
Change-Id: Ic0d3d1de6eb6590a1d5c3bde9e5146b344407289
GitOrigin-RevId: 25135e180af8e057f954ab54be2a1b5f5233d641
diff --git a/host-common/include/host-common/FeatureControlDefGuest.h b/host-common/include/host-common/FeatureControlDefGuest.h
index 373fd30..81bbf96 100644
--- a/host-common/include/host-common/FeatureControlDefGuest.h
+++ b/host-common/include/host-common/FeatureControlDefGuest.h
@@ -77,3 +77,4 @@
 FEATURE_CONTROL_ITEM(DownloadableSnapshot, 92)
 FEATURE_CONTROL_ITEM(SupportPixelFold, 96)
 FEATURE_CONTROL_ITEM(DeviceKeyboardHasAssistKey, 97)
+FEATURE_CONTROL_ITEM(Uwb, 101)