Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5df095b authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch x86 over to uapi-only.

Bug: 11559337
Change-Id: I95aa40ec2094acdaef1d4b4d9f0dd6278cf558d1
parent a5b55c27
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -112,9 +112,8 @@ ifneq ($(CUSTOM_KERNEL_HEADERS),)
else
    KERNEL_HEADERS_COMMON := $(libc_root)/kernel/uapi
    KERNEL_HEADERS_ARCH   := $(libc_root)/kernel/uapi/asm-$(TARGET_ARCH)
    KERNEL_HEADERS_AUX    := $(libc_root)/kernel/common
endif
KERNEL_HEADERS := $(KERNEL_HEADERS_COMMON) $(KERNEL_HEADERS_ARCH) $(KERNEL_HEADERS_AUX)
KERNEL_HEADERS := $(KERNEL_HEADERS_COMMON) $(KERNEL_HEADERS_ARCH)

android_config_h := $(call select-android-config-h,target_linux-x86)