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

Commit 38b14290 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 66153e38: Merge "Switch x86 over to uapi-only."

* commit '66153e38':
  Switch x86 over to uapi-only.
parents 61d57a4d 66153e38
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)