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

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

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

* commit '38b14290':
  Switch x86 over to uapi-only.
parents 245f618d 38b14290
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)