make: improve android update

- out-of-tree luajit-launcher build: no leftovers after `make clean`
- use the luajit library compiled by base: no point wasting time
  building a second (different, possibly incompatible) version
This commit is contained in:
Benoit Pierre
2024-08-08 22:07:52 +02:00
committed by Frans de Jonge
parent ede4ca8b36
commit bd4a651fbf
5 changed files with 49 additions and 31 deletions

2
kodev
View File

@@ -21,7 +21,7 @@ fi
ANDROID_ARCH="${ANDROID_ARCH:-arm}"
# Default android flavor
ANDROID_FLAVOR="${ANDROID_FLAVOR:-rocks}"
ANDROID_FLAVOR="${ANDROID_FLAVOR:-Rocks}"
export ANDROID_FLAVOR
function assert_ret_zero() {