From d780e5ca2b223c67da93ef4fdc9505655cd74c28 Mon Sep 17 00:00:00 2001 From: HONG Yifan Date: Tue, 1 Apr 2025 12:53:41 -0700 Subject: [PATCH] ANDROID: Drop CONFIG_UAPI_HEADER_TEST. These tests no longer works with the bionic headers in NDK r27. Headers need to be sanitized before being compiled against bionic sysroot. This test also introduces additional maintenance cost due to the large NDK project checked into the tree. Dropping it for good. Bug: 355536157 Change-Id: I380b48d046ff049c37be4bbedf6cebb7064fbd7b Signed-off-by: HONG Yifan (cherry picked from commit 75429b90ae0f32f4dabe4c5d1e01449a611d6173) --- arch/arm64/configs/gki_defconfig | 1 - arch/x86/configs/gki_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index d65f89c9dc90..b3c8529cd303 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -1,4 +1,3 @@ -CONFIG_UAPI_HEADER_TEST=y CONFIG_LOCALVERSION="-4k" CONFIG_AUDIT=y CONFIG_TIME_KUNIT_TEST=m diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index da32d1f580ea..a2a4ad6eba46 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -1,4 +1,3 @@ -CONFIG_UAPI_HEADER_TEST=y CONFIG_KERNEL_LZ4=y CONFIG_AUDIT=y CONFIG_TIME_KUNIT_TEST=m