History log of /external/qemu/android-rebuild.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9f86acc688f1545bc7b5213883e013188188941a 13-May-2014 David 'Digit' Turner <digit@google.com> android-rebuild.sh: Don't run unit test suite if wine is not installed.

When cross-compiling Windows binaries with --mingw option, check that
'wine' is installed. If not, print a warning, otherwise run the unit
test suite as usual.

Also add a --no-tests command-line option to disable running the test
suite, for debugging purposes.

Change-Id: I8710be80a3eca72f507034334329785c20041668
/external/qemu/android-rebuild.sh
a96cc267b82bde959b1738fb679ee5ac964f3f5f 12-May-2014 David 'Digit' Turner <digit@google.com> android-rebuild.sh: Add --out-dir=<path> option.

This patch adds an option to android-rebuild.sh and
android-configure.sh which allows one to specify a specific
output directory for all objects / binaries, instead of using
the default of 'objs' under the current source directory.

Tested for both regular and mingw builds.

Change-Id: I8c5ddfac8fb9899a2ff59a43e6cb5b9d8c45cef1
/external/qemu/android-rebuild.sh
1af8215c58e5c94432f04ec87d34e429fe7cd7a6 03-Mar-2014 David 'Digit' Turner <digit@google.com> Support GPU emulation standalone build.

This patch modifies the emulator's standalone build system
to rebuild all GPU emulation libraries directly from sources,
assuming their are located under ../../sdk/emulator/opengl/
or ../opengl/

Change-Id: I2ac8fc4bc2d06561dc52298689840f74171397aa
/external/qemu/android-rebuild.sh
a10b316b82cde4a58bcba9d0dba2c392a8f17c0b 18-Feb-2014 David 'Digit' Turner <digit@google.com> New packaging script for sources and binaries.

This patch introduces a new script that can generate tarballs
for emulator binaries and sources.

See distrib/package-release.sh --help for details.

Note that for SDK official builds, it is recommended to perform
the build inside of an Android platform tree instead, to let
the standalone build system pick the correct prebuild SDK
toolchains, which ensure the generated binaries are compatible
with older Linux releases.

+ Make android-rebuild.sh more verbose in case of failure and
fix a bug where the 64-bit unit test suite was launched with
Wine under Linux (even though we don't generate 64-bit
binaries for Windows yet).

+ Fix host toolchain probing in android-configure.sh to ensure
that rebuilding the sources from scratch works even when not
in the Android platform build.

Change-Id: Ida3182061940360b495c720d10c0ff9b4bcc3549
/external/qemu/android-rebuild.sh
cc80ebe8392e4ffe0b74ca5d36a282226df10f6e 10-Feb-2014 David 'Digit' Turner <digit@google.com> android-rebuild.sh: Run unit test suites.

This patch modifies android-rebuild.sh to run the emulator's unit test suite
automatically after a succesfull build. As a bonus, it also hides the build/test
output unless one uses the --verbose option.

Change-Id: I318bfa9b4f1a7b31fff9f05f4e7ef90ce5f6fa00
/external/qemu/android-rebuild.sh
c3b08a0914def3f380aa57bbcb3937315ce15ceb 10-May-2011 David 'Digit' Turner <digit@android.com> android-rebuild.sh: Better parallel builds.

This patch computes the number of CPUs on the host to
automatically used it with 'make -j<number>'.

Change-Id: If4e2d8b159662f5b7f02e8e48447b9916e7051b2
/external/qemu/android-rebuild.sh
46be48730333120a7b939116cef075e61c12c703 04-Jun-2009 David 'Digit' Turner <digit@google.com> Add our modified SDL sources under distrib/sdl-1.2.12
Fix distrib/make-distrib.sh script to work with git
Fix distrib/build-emulator.sh to accomodate for new SDL configure script
Handle Tiger SDK usage in SDL configure script
/external/qemu/android-rebuild.sh
8b23a6c7e1aee255004dd19098d4c2462b61b849 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/qemu/android-rebuild.sh
f721e3ac031f892af46f255a47d7f54a91317b30 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/qemu/android-rebuild.sh
df7881f07f53b041dc0568be8528e9dbb74994cc 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/external/qemu/android-rebuild.sh
55f4e4a5ec657a017e3bf75299ad71fd1c968dd3 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/qemu/android-rebuild.sh