Skip to content

trsbalaji/android-linaro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linaro-4.7

Instructions:

  • Download the Android source code you wish to use

  • cd [aosp-root]/prebuilts/gcc/linux-x86

  • git clone git://github.com/IAmTheOneTheyCallNeo/linaro.git linaro

  • cd [aosp-root]/build

  • edit envsetup.sh to point to your new Linaro toolchain

      export ARM_EABI_TOOLCHAIN=
      case $ARCH in
          arm) toolchaindir=linaro/bin
              ;;
          *)
    
  • Build AOSP as normal

Disclaimer:

Neither linaro.org or myself are responsible for failed builds or bricked devices. Use this toolchain at your own risk. Be smart and make a backup.

About

The Linaro toolchain for Android development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.4%
  • Roff 35.3%
  • Objective-C 3.7%
  • C++ 2.2%
  • Python 0.5%
  • Shell 0.3%
  • Other 0.6%