Skip to content

Commit

Permalink
use flavors on debug builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos authored and Frenzie committed Mar 3, 2019
1 parent 8e58686 commit dd17706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -58,7 +58,7 @@ build-native:

debug: update build-native
# build signed debug apk, with version code and version name
ant -Dname=$(NAME) -Dcode=$(VERSION) -Dflavor=debug debug
ant -Dname=$(NAME) -Dcode=$(VERSION) -Dflavor=$(FLAVOR) debug
cp -pv bin/NativeActivity-debug.apk bin/NativeActivity.apk
@echo "application was built, type: debug (signed)"

Expand Down

0 comments on commit dd17706

Please sign in to comment.