Skip to content

Commit be98b9d

Browse files
committed
added product flavor to the debug and install_debug targets
1 parent 1bc45b6 commit be98b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ unittest:
66
./gradlew assembleUnittest
77

88
debug:
9-
./gradlew assembleDebug
9+
./gradlew assembleGithubDebug
1010

1111
github:
1212
./release_check.py github
@@ -27,4 +27,4 @@ clean:
2727
./gradlew clean
2828

2929
install_debug:
30-
./gradlew installDebug
30+
./gradlew installGithubDebug

0 commit comments

Comments
 (0)