diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-10-26 03:31:48 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-10-26 03:31:48 +0200 |
commit | 43a1e47bf64bc2369f814b0e4eb0c78865fa59cd (patch) | |
tree | bce1164e9ed6bbc051bc52bb5cfdb51cf741f5b2 /config | |
parent | 754fd001bab2ed1d14105c83b7bddcaa3e33441e (diff) |
Add new bootstraper for android
Diffstat (limited to 'config')
-rw-r--r-- | config/cross-android.cbc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/cross-android.cbc b/config/cross-android.cbc index 4cefdae..4376af1 100644 --- a/config/cross-android.cbc +++ b/config/cross-android.cbc @@ -7,5 +7,4 @@ target_distro_version = DistroVersion.ANDROID_GINGERBREAD target_arch = Architecture.ARM host = "arm-linux-androideabi" -toolchain_prefix = os.path.expanduser("~/android-ndk-r8b") #variants = ['nodebug'] |