Skip to content

Instantly share code, notes, and snippets.

@zawzaww
Created July 25, 2018 14:35
Show Gist options
  • Save zawzaww/dba7a09ec107e43e0f97ff13fa1ab981 to your computer and use it in GitHub Desktop.
Save zawzaww/dba7a09ec107e43e0f97ff13fa1ab981 to your computer and use it in GitHub Desktop.
Setup Inline Kernel build for LG Nexus 5X
# Inline Kernel Build
KERNEL_TOOLCHAIN := $(ANDROID_BUILD_TOP)/prebuilts/gcc/$(HOST_OS)-x86/aarch64/aarch64-linux-android-4.9/bin
KERNEL_TOOLCHAIN_PREFIX := aarch64-linux-android-
TARGET_KERNEL_SOURCE := kernel/lge/bullhead
TARGET_KERNEL_CONFIG := bullhead_defconfig
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment