sync hw config from external/qemu am: 441d968beb am: 0dc9b8abac

Original change: https://android-review.googlesource.com/c/platform/hardware/google/aemu/+/2399124

Change-Id: Ibc331554b1e6f36c9ef9691f137a2db28f7e86cb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
GitOrigin-RevId: e64fe1f7db36614a9a4881047bd5ce7d0f6d2d21
diff --git a/host-common/include/host-common/hw-config-defs.h b/host-common/include/host-common/hw-config-defs.h
index 9468ac7..d5f610a 100644
--- a/host-common/include/host-common/hw-config-defs.h
+++ b/host-common/include/host-common/hw-config-defs.h
@@ -1042,6 +1042,13 @@
   "avd home that was used during the construction of this hardware.ini",
   "This can be used by post processing tools to migrate snapshots")
 
+HWCFG_STRING(
+  requires_emulator_version,
+  "requires.emulator.version",
+  "",
+  "avd requires the version of emulator to boot properly from snapshot",
+  "This is often set by avd manager in studio when creating avd")
+
 #undef HWCFG_INT
 #undef HWCFG_STRING
 #undef HWCFG_BOOL