LOGCAT_BOOT_WAIT ?= 30
This commit is contained in:
parent
426bc68d61
commit
cbe307033b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -163,7 +163,7 @@ POSTIT_RID ?= android-x64
|
|||
EMU_HEADLESS ?= 0
|
||||
LOGCAT_LINES ?= 200
|
||||
LOGCAT_FOLLOW ?= 0
|
||||
LOGCAT_BOOT_WAIT ?= 15
|
||||
LOGCAT_BOOT_WAIT ?= 30
|
||||
|
||||
POSTIT_ANDROID_CSPROJ := src/PostIt/PostIt.Android/PostIt.Android.csproj
|
||||
POSTIT_APK_DIR := src/PostIt/PostIt.Android/bin/$(CONFIG)/net10.0-android/$(POSTIT_RID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue