ANDROID: Kconfig: break UAPI_HEADER_TEST dependency on CC_CAN_LINK

From what I can tell, this might not actually be required.

Bug: 190019968
Suggested-by: Elliot Berman <quic_eberman@quicinc.com>
Suggested-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I3ae02a7c25c99b1a0628cabb4e2eba0d924ab338
This commit is contained in:
Nick Desaulniers
2022-02-17 16:47:05 -08:00
committed by Todd Kjos
parent 5856b63cc4
commit e260bb27a6
3 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
CONFIG_UAPI_HEADER_TEST=y
CONFIG_LOCALVERSION="-mainline"
CONFIG_AUDIT=y
CONFIG_NO_HZ=y

View File

@@ -1,3 +1,4 @@
CONFIG_UAPI_HEADER_TEST=y
CONFIG_LOCALVERSION="-mainline"
CONFIG_KERNEL_LZ4=y
# CONFIG_USELIB is not set

View File

@@ -153,7 +153,7 @@ config WERROR
config UAPI_HEADER_TEST
bool "Compile test UAPI headers"
depends on HEADERS_INSTALL && CC_CAN_LINK
depends on HEADERS_INSTALL
help
Compile test headers exported to user-space to ensure they are
self-contained, i.e. compilable as standalone units.