xamarin-android/tests
Peter Collins 20b4190de4 [BCL-Tests] Remove '-s' from _GrantPermissions (#1299)
The [semantics of the `$(AdbTarget)` property][adb-target] are the
same as the [`adb` Target Device option][adb], which permits any of:

[adb-target]: Documentation/build_process.md
[adb]: https://developer.android.com/studio/command-line/adb.html#issuingcommands

  * `-d`: Only attached *device*.
  * `-e`: Only attached *emulator*
  * `-s SERIAL_NUMBER`: A specifically named target; needed if there
    is more than one attached device or emulator.

The problem with commit c4e81655 is that it overrode the
`$(InstallDependsOnTargets)` property to call the `_GrantPermissions`
target, which doesn't properly use `$(AdbTarget)`; it instead
*requires* using the `-s` option, which is inconsistent:

	adb -s $(AdbTarget) shell pm grant ...

Remove `-s` from the `adb` invocation so that `$(AdbTarget)` can
contain e.g. `-d` or `-e`, as is intended & documented.
2018-02-13 12:53:26 -05:00
..
BCL-Tests [BCL-Tests] Remove '-s' from _GrantPermissions (#1299) 2018-02-13 12:53:26 -05:00
CodeGen-Binding [build] Cursory JDK 9 support (#1214) 2018-01-23 13:58:16 +00:00
CodeGen-MkBundle/Xamarin.Android.MakeBundle-Tests [build] Remove autogenerated resource files and clean a bit (#831) 2017-09-08 11:26:12 -04:00
ResolveImports [build] Cursory JDK 9 support (#1214) 2018-01-23 13:58:16 +00:00
TestRunner.Core [BCL-Tests] New unit test runner (#1075) 2018-01-11 16:38:19 -05:00
TestRunner.NUnit [BCL-Tests] New unit test runner (#1075) 2018-01-11 16:38:19 -05:00
TestRunner.xUnit [BCL-Tests] New unit test runner (#1075) 2018-01-11 16:38:19 -05:00
Xamarin.Forms-Performance-Integration [tests] Fix apk sizes input filename (#1117) 2017-12-15 08:33:47 -05:00
api-compatibility [api-compatibility] Fix warnings and ignored errors (#753) 2017-08-17 03:16:33 +09:00
locales [tests] Don't use obsolete NDK API levels (#962) 2017-10-23 16:10:24 -04:00
RunApkTests.targets [BCL-Tests] New unit test runner (#1075) 2018-01-11 16:38:19 -05:00