fix missed change "package"->$(PACKAGE)

This commit is contained in:
Alexander Mahr 2024-12-29 09:25:24 +01:00
parent 03c0ec74c0
commit 444b92d1e7

View file

@ -47,13 +47,13 @@ include Makefile.app-config
# make the resources "R.java" thing
./src/PACKAGE/R.java : $(shell find ./res -type f) app-config.sh ./AndroidManifest.xml ./android-sdk/installed
./src/$(PACKAGE)/R.java : $(shell find ./res -type f) app-config.sh ./AndroidManifest.xml ./android-sdk/installed
$(BUILDTOOLS)/aapt package \
-v -f -m -S ./res -J ./src -M ./AndroidManifest.xml \
-I $(ANDROID_JAR)
# generate the AppActivity.java (template)
./src/package/AppActivity.java: app-config.sh
./src/$(PACKAGE)/AppActivity.java: app-config.sh
./.Makefile.scripts/make--AppActivity.java.sh > $@
# install the necessary android sdks