Created
July 25, 2018 14:35
-
-
Save zawzaww/dba7a09ec107e43e0f97ff13fa1ab981 to your computer and use it in GitHub Desktop.
Setup Inline Kernel build for LG Nexus 5X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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