fix: make sdk installed requisite to config

This commit is contained in:
Alexander Mahr 2025-07-18 09:06:12 +02:00
parent 1c28973c2f
commit 81edd7ec4e

View file

@ -69,7 +69,7 @@ include Makefile.app-config
./.Makefile.scripts/make--AndroidManifest.xml
# !!this step (when/if) run will trigger a restart of the "make" as the rules tartget is included
Makefile.app-config: app-config.sh Makefile
Makefile.app-config: app-config.sh Makefile ./android-sdk/installed
source app-config.sh; \
tee $@ << MAKEFILE_APP_CONFIG
BUILDTOOLS:=$${ANDROID_SDK_ROOT}/$$(tr ';' '/' < android-sdk/.installed.buildtools.version.current)