From 67a1466c185f9615b002a7ca3bf2a9e641905aee Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Fri, 1 Apr 2016 13:04:48 +0100 Subject: [PATCH 1/2] submodules: Update devlib to latest from mainline There are a number of fixes present in devlib's latest commit from mainline including 6bda8cb86734 ("AndroidTarget: do not set executables_directory inside __init__"). close #78 --- libs/devlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/devlib b/libs/devlib index 91f4f97a0..741157c00 160000 --- a/libs/devlib +++ b/libs/devlib @@ -1 +1 @@ -Subproject commit 91f4f97a0b44ab76da0c0214cb86815f969ab465 +Subproject commit 741157c0001d8aa6ae39115024398ce1cd9f1c0a -- GitLab From 25d1257e93d367085fd7929b236fe6791eb3866f Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Fri, 1 Apr 2016 13:14:08 +0100 Subject: [PATCH 2/2] submodules: update trappy to v5.3.0 trappy v5.3.0 includes support for SysTrace, which lisa supports since 34f5d28c5ef4 ("libs/utils/trace: add support for systrace trace format"). --- libs/trappy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/trappy b/libs/trappy index efdf0daef..fff527cbe 160000 --- a/libs/trappy +++ b/libs/trappy @@ -1 +1 @@ -Subproject commit efdf0daef51c9d2d5461876c4408318160cba338 +Subproject commit fff527cbec113746e3baca1fa66651ef93e13d9d -- GitLab