dtalley11

linarobuild.sh

Nov 21st, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. #!/bin/sh
  2. . build/envsetup.sh
  3. echo "***********************************"
  4. echo "*   Setting up for Linaro Build   *"
  5. echo "*            IMPORTANT            *"
  6. echo "*    Make sure variables are set  *"
  7. echo "*    Before using this script!    *"
  8. echo "***********************************"
  9. # Path to linaro
  10. export TARGET_TOOLS_PREFIX=./prebuilts/gcc/linux-x86/arm/android-toolchain-eabi/bin/arm-linux-androideabi-
  11. # Will spit out an 'UNOFFICIAL' build if customization are not made in /vendor/cm/config/common.mk
  12. export CM_BUILDTYPE=LINARO
  13. # Just to be sure
  14. export TARGET_KERNEL_CUSTOM_TOOLCHAIN=./prebuilts/gcc/linux-x86/arm/android-toolchain-eabi/bin/arm-linux-androideabi-
  15. echo "There you go! go ahead and start the LINARO build!"
Advertisement
Add Comment
Please, Sign In to add comment