aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyun Jae Moon <hyunjaemoon@google.com>2024-04-03 22:52:30 +0000
committerHyun Jae Moon <hyunjaemoon@google.com>2024-04-09 17:02:18 +0000
commit25135e180af8e057f954ab54be2a1b5f5233d641 (patch)
tree4f41750316a3019c575ad35d4d05c0154f0115c8
parent702a98f237c2012fcae46b4480a9e289b373d89d (diff)
downloadaemu-25135e180af8e057f954ab54be2a1b5f5233d641.tar.gz
Provide feature flag for Uwb in goldfishHEADmastermain
Test: external/qemu/android/rebuild.sh Test: emulator -feature Uwb Bug: 332717280 Change-Id: Ie638929315bc93f96d62e3a26d41c3f2be670ab6
-rw-r--r--host-common/include/host-common/FeatureControlDefGuest.h1
1 files changed, 1 insertions, 0 deletions
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(VsockSnapshotLoadFixed_b231345789, 91)
FEATURE_CONTROL_ITEM(DownloadableSnapshot, 92)
FEATURE_CONTROL_ITEM(SupportPixelFold, 96)
FEATURE_CONTROL_ITEM(DeviceKeyboardHasAssistKey, 97)
+FEATURE_CONTROL_ITEM(Uwb, 101)