android: default disable ANDROID_STRUCT_PADDING if NO_GKI

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ie80bff8b17fee0c574a69119e79a196754c044e8
This commit is contained in:
Tao Huang 2022-04-08 22:11:28 +08:00
parent 4a04b93fc7
commit b346fa7155

View File

@ -76,7 +76,7 @@ config ANDROID_VENDOR_HOOKS
config ANDROID_STRUCT_PADDING
bool "Android Struct Padding"
default y
default y if !NO_GKI
help
This option enables the padding that the Android GKI kernel adds
to many different kernel structures to support an in-kernel stable ABI