Last active
July 25, 2018 14:32
-
-
Save zawzaww/3ebcb09b28e57386bf7bc32d8165894e to your computer and use it in GitHub Desktop.
Setup Inline kernel build for Motorola Nexus 6
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/moto/shamu | |
TARGET_KERNEL_CONFIG := shamu_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