fix missed change "package"->$(PACKAGE)
This commit is contained in:
parent
03c0ec74c0
commit
444b92d1e7
1 changed files with 2 additions and 2 deletions
|
@ -47,13 +47,13 @@ include Makefile.app-config
|
||||||
|
|
||||||
|
|
||||||
# make the resources "R.java" thing
|
# 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 \
|
$(BUILDTOOLS)/aapt package \
|
||||||
-v -f -m -S ./res -J ./src -M ./AndroidManifest.xml \
|
-v -f -m -S ./res -J ./src -M ./AndroidManifest.xml \
|
||||||
-I $(ANDROID_JAR)
|
-I $(ANDROID_JAR)
|
||||||
|
|
||||||
# generate the AppActivity.java (template)
|
# 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 > $@
|
./.Makefile.scripts/make--AppActivity.java.sh > $@
|
||||||
|
|
||||||
# install the necessary android sdks
|
# install the necessary android sdks
|
||||||
|
|
Loading…
Add table
Reference in a new issue