From 2b8366b4a134cffba8dceefdeca64f69248d8523 Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Fri, 18 Mar 2022 13:43:54 -0700 Subject: [PATCH] Partial Revert "ANDROID: Kconfig: break UAPI_HEADER_TEST dependency on CC_CAN_LINK" This partially reverts commit e260bb27a67b9aa5d6040798a0ea8edb7a519bf0. We're going to pull in the NDK for a sysroot instead. Keep the GKI config changes. Bug: 190019968 Signed-off-by: Nick Desaulniers Change-Id: Ib8b02312ca9dcd3d51643643d0c3d75b19ddb5bc --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index f1c608cbe8ef..98c9dae17fa7 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -153,7 +153,7 @@ config WERROR config UAPI_HEADER_TEST bool "Compile test UAPI headers" - depends on HEADERS_INSTALL + depends on HEADERS_INSTALL && CC_CAN_LINK help Compile test headers exported to user-space to ensure they are self-contained, i.e. compilable as standalone units.