aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Hu <bohu@google.com>2024-02-28 16:18:58 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-28 16:18:58 +0000
commit67013983dec91da3a83f00be272487f6c0a14db0 (patch)
tree8fe4e94036e1801c19729dbbb0b61050e3201f0f
parentc916a325de71eedd8ebfb6181a54ab248a281fa8 (diff)
parentb2c6b49f47dae51a81df5248277c00bd6956f260 (diff)
downloadaemu-67013983dec91da3a83f00be272487f6c0a14db0.tar.gz
add VulkanAllocateHostMemory flag am: b2c6b49f47
Original change: https://android-review.googlesource.com/c/platform/hardware/google/aemu/+/2980514 Change-Id: I806015c4f49f73057b22578213ccc78290509c1a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--host-common/include/host-common/FeatureControlDefHost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host-common/include/host-common/FeatureControlDefHost.h b/host-common/include/host-common/FeatureControlDefHost.h
index b153054..bc59744 100644
--- a/host-common/include/host-common/FeatureControlDefHost.h
+++ b/host-common/include/host-common/FeatureControlDefHost.h
@@ -81,3 +81,4 @@ FEATURE_CONTROL_ITEM(NetsimWebUi, 93)
FEATURE_CONTROL_ITEM(NetsimCliUi, 94)
FEATURE_CONTROL_ITEM(WiFiPacketStream, 95)
FEATURE_CONTROL_ITEM(VulkanAllocateDeviceMemoryOnly, 98)
+FEATURE_CONTROL_ITEM(VulkanAllocateHostMemory, 99)