Skip to content

Instantly share code, notes, and snippets.

@zawzaww
Last active July 25, 2018 14:32
Show Gist options
  • Save zawzaww/3ebcb09b28e57386bf7bc32d8165894e to your computer and use it in GitHub Desktop.
Save zawzaww/3ebcb09b28e57386bf7bc32d8165894e to your computer and use it in GitHub Desktop.
Setup Inline kernel build for Motorola Nexus 6
# 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