10 lines
137 B
Bash
10 lines
137 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
# Generate configs
|
||
|
android/gen-config.sh android/
|
||
|
android/gen-version.sh android/
|
||
|
|
||
|
# Run waf
|
||
|
./waf configure -T release
|
||
|
./waf
|