Provide feature flag for Uwb in goldfish

Test: external/qemu/android/rebuild.sh
Test: emulator -feature Uwb
Bug: 332717280
Change-Id: Ie638929315bc93f96d62e3a26d41c3f2be670ab6
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)