Last change
on this file since 2291 was
1684,
checked in by sam, 9 years ago
|
build: switch the Android native build rules to autoconf; still a bit rough
but we can now create shared objects for each project; only the testsuite
is not building properly because of issues with STLport, and EglApp is
deactivated because AndroidApp should have precedence.
|
-
Property svn:executable set to
*
|
File size:
169 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | # This can't hurt |
---|
4 | make distclean |
---|
5 | |
---|
6 | set -e |
---|
7 | ./build/lol-build bootstrap android-arm |
---|
8 | ./build/lol-build configure android-arm |
---|
9 | ./build/lol-build build android-arm |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.