Update minitouch for Blackberry PRIV and use minitouch-prebuilt for minitouch binaries instead of bundling them to the vendor dir.

This commit is contained in:
Simo Kinnunen
2017-06-16 16:13:45 +09:00
parent 75a5db240a
commit 3447c927df
17 changed files with 4 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
- Updated [adbkit](https://github.com/openstf/adbkit) to resolve an issue where trailing spaces in an adb public key would cause an error during adb connect.
- Updated [adbkit](https://github.com/openstf/adbkit) to resolve issues with log parsing on Android 7.0 and later, caused by Android no longer transforming `\n` to `\r\n`.
- Updated [adbkit](https://github.com/openstf/adbkit) to resolve an issue with recent versions of ADB that include a null byte in `adbkey.pub`, which was causing validation to fail.
- Fixed [minitouch](https://github.com/openstf/minitouch) on Blackberry PRIV.
### Misc

View File

@@ -19,8 +19,8 @@ module.exports = syrup.serial()
var resources = {
bin: new Resource({
src: pathutil.requiredMatch(abi.all.map(function(supportedAbi) {
return pathutil.vendor(util.format(
'minitouch/%s/minitouch%s'
return pathutil.module(util.format(
'minitouch-prebuilt/prebuilt/%s/bin/minitouch%s'
, supportedAbi
, abi.pie ? '' : '-nopie'
))

View File

@@ -63,6 +63,7 @@
"mime": "^1.3.4",
"minicap-prebuilt": "^1.4.0",
"minimatch": "^3.0.3",
"minitouch-prebuilt": "^1.0.0",
"my-local-ip": "^1.0.0",
"openid": "^2.0.1",
"passport": "^0.3.2",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.