aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorMarco Vanotti <mvanotti@google.com>2019-03-26 17:56:43 -0700
committerDmitry Vyukov <dvyukov@google.com>2019-03-27 09:08:05 +0100
commit70d776a21acfa3a596bff57fc1a9a4f7998bd4a8 (patch)
tree0c34f01d24a48fb535c5c6c91700cfabe0383689 /executor
parent69e1a4f7d5213bfbe70531479dba3bb794c6b0cf (diff)
sys/sys-extract: update import path for fuchsia.
Apparently, sysroot/include doesn't exist in the build-zircon path anymore. I changed the path in sys-extract to make it point to the exported sdk include path. I also ran make extract and make generate to add new fidl definitions. TEST=ran make extract and make generate.
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 1298e2f35..fb935232b 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -35,7 +35,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "020338cc7e797e47ecbbe68691c0954e831070f4"
+#define SYZ_REVISION "53a9f9ccfb936496d3174c752169fd2d6c0b8fed"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096
@@ -45,7 +45,7 @@
#if GOARCH_arm64
#define GOARCH "arm64"
-#define SYZ_REVISION "6bfd73c3be80297b5e5295deeb2b1cdc93cda43b"
+#define SYZ_REVISION "482a8647177a568228ca57dd3d0f4cde6dfb38bd"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096