Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
qemu
/
90c6235ce7bdc6f7afbcfe56ea6f2c3d2b128447
/
.
/
android-rebuild.sh
blob: 136ccc993c86924b1e33e74810009ed2e2843af5 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# this script is used to rebuild all QEMU binaries for the host
# platforms.
#
# assume that the device tree is in TOP
#
cd
`dirname $0`
./
android
-
configure
.
sh $
*
&&
\
make clean
&&
\
make
-
j4
&&
\
echo
"Done. !!"