ANDROID: enable assymetric aarch32 for 32 bit app support

Individual cpus may not support 32 bit apps in a mixed 32/64 bit
system.  Enable the ASSYMETRIC_AARCH32 config option for arm64
in GKI, to support mixed architectures.

Bug: 175831712
Change-Id: Idae5b4ca869c39ad903f620a2e14f7b04e3a7686
Signed-off-by: Stephen Dickey <dickey@codeaurora.org>
This commit is contained in:
Stephen Dickey 2020-12-17 09:27:06 -08:00 committed by Quentin Perret
parent 2eeee9f41c
commit ec1fff1f0f

View File

@ -61,6 +61,7 @@ CONFIG_SETEND_EMULATION=y
CONFIG_RANDOMIZE_BASE=y
# CONFIG_RANDOMIZE_MODULE_REGION_FULL is not set
# CONFIG_DMI is not set
CONFIG_ASYMMETRIC_AARCH32=y
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=0
# CONFIG_PM_WAKELOCKS_GC is not set