scrcpy/server
Romain Vimont 20b3f101a4 Print gradle output on compiling
Enable the attribute "console" of custom_target() introduced in meson
0.48. This allows to get a feedback of what gradle does (which can takes
a very long time).

This produces warnings because we declare to support meson >= 0.37, but
we don't want to stop supporting older versions for that. Older versions
just ignore the option:

> WARNING: Unknown keyword arguments in target scrcpy-server: console

Newer meson versions use it, but warn because we declare supporting
older versions:

> WARNING: Project targetting '>= 0.37' but tried to use feature
> introduced in '0.48.0': console arg in custom_target

Meson does not support conditional branches to suppress such warnings,
so just keep the warnings.
2019-08-09 15:15:28 +02:00
..
scripts Always invoke gradle except as root 2018-02-14 14:03:56 +01:00
src Update WindowManager.java 2019-08-08 17:17:48 -04:00
.gitignore Convert server to an Android project 2018-01-30 12:01:36 +01:00
build.gradle Bump version to 1.10 2019-08-04 16:41:04 +02:00
meson.build Print gradle output on compiling 2019-08-09 15:15:28 +02:00
proguard-rules.pro Convert server to an Android project 2018-01-30 12:01:36 +01:00