fix Makefile dependency
This commit is contained in:
parent
d4beb277b5
commit
52016afa57
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ include Makefile.app-config
|
||||||
./.Makefile.scripts/make--AndroidManifest.xml
|
./.Makefile.scripts/make--AndroidManifest.xml
|
||||||
|
|
||||||
# !!this step (when/if) run will trigger a restart of the "make" as the rules tartget is included
|
# !!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; \
|
source app-config.sh; \
|
||||||
tee $@ << MAKEFILE_APP_CONFIG
|
tee $@ << MAKEFILE_APP_CONFIG
|
||||||
BUILDTOOLS:=$${ANDROID_SDK_ROOT}/$$(tr ';' '/' < android-sdk/.installed.buildtools.version.current)
|
BUILDTOOLS:=$${ANDROID_SDK_ROOT}/$$(tr ';' '/' < android-sdk/.installed.buildtools.version.current)
|
||||||
|
|
Loading…
Add table
Reference in a new issue