Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- . build/envsetup.sh
- echo "***********************************"
- echo "* Setting up for Linaro Build *"
- echo "* IMPORTANT *"
- echo "* Make sure variables are set *"
- echo "* Before using this script! *"
- echo "***********************************"
- # Path to linaro
- export TARGET_TOOLS_PREFIX=./prebuilts/gcc/linux-x86/arm/android-toolchain-eabi/bin/arm-linux-androideabi-
- # Will spit out an 'UNOFFICIAL' build if customization are not made in /vendor/cm/config/common.mk
- export CM_BUILDTYPE=LINARO
- # Just to be sure
- export TARGET_KERNEL_CUSTOM_TOOLCHAIN=./prebuilts/gcc/linux-x86/arm/android-toolchain-eabi/bin/arm-linux-androideabi-
- echo "There you go! go ahead and start the LINARO build!"
Advertisement
Add Comment
Please, Sign In to add comment