Differences From Artifact [0fc5e40e1c]:
- Executable file build/make-kit-android-arm — part of check-in [4ded39fb86] at 2012-02-14 16:09:34 on branch trunk — Added android build support to test infrastructure (user: rkeene, size: 100) [annotate] [blame] [check-ins using]
To Artifact [fdf5250c75]:
- Executable file build/make-kit-android-arm — part of check-in [6f659c9189] at 2013-11-19 16:24:06 on branch trunk — Updated to build Android builds with -static-libgcc (user: rkeene, size: 123) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | #! /bin/sh CROSS="arm-android9-linux-androideabi" export CROSS | | | 1 2 3 4 5 6 | #! /bin/sh CROSS="arm-android9-linux-androideabi" export CROSS ./build/make-kit-crosscompile "$@" LDFLAGS=-static-libgcc |