ANDROID: remove GKI_HACKS for Microdroid

The meta config was to enable configs that are known to be depended on
by external vendor modules. Since we don't support vendor modules for
Microdroid, we don't need the meta config. Turning it off.

Bug: 236548131
Test: watch TH
Change-Id: Iaaeec2a3afb2863784be4a7e509b4b2ddcf6ee0b
Signed-off-by: Jiyong Park <jiyong@google.com>
This commit is contained in:
Jiyong Park
2022-06-21 09:49:53 +09:00
parent eacd8e9b82
commit f923cf54fb
2 changed files with 6 additions and 0 deletions

View File

@@ -20,3 +20,6 @@ CONFIG_VIRTIO_VSOCKETS=y
# CONFIG_SERIAL_SPRD_CONSOLE is not set
# CONFIG_HVC_DCC=y is not set
# CONFIG_SERIAL_DEV_BUS is not set
# Remove config options that are for unknown vendor modules
# CONFIG_GKI_HACKS_TO_FIX is not set

View File

@@ -12,3 +12,6 @@ CONFIG_VIRTIO_VSOCKETS=y
# CONFIG_SERIAL_SAMSUNG is not set
# CONFIG_SERIAL_SAMSUNG_CONSOLE is not set
# CONFIG_SERIAL_DEV_BUS is not set
# Remove config options that are for unknown vendor modules
# CONFIG_GKI_HACKS_TO_FIX is not set