clean a little the makefiles

This commit is contained in:
Jean-Marie Mineau 2025-04-07 11:11:35 +02:00
parent 30c1abe1ea
commit 88670183eb
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 62 additions and 33 deletions

12
test_apks/README.md Normal file
View file

@ -0,0 +1,12 @@
# Test APKs
## Requirements to build
- Openjdk 17 at `/usr/lib/jvm/java-17-openjdk`
- Android SDK at `$(HOME)/Android/Sdk` with `build-tools;34.0.0` and `platform-tools`
## Filtering logs:
```
adb logcat -s THESEUS
```