From 57a83e9453bb2d0f4c80e00df72aa4317dcac58f Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Wed, 3 Jun 2020 11:44:46 -0700 Subject: sys/fuchsia: update "make extract" support code FIDL fuzzing hasn't been working for a while, and it's further bit-rotted as upstream FIDL functionality has continued to evolve. This commit updates enough FIDL functionality to get a minimal FIDL test case to work again. --- sys/fuchsia/objects.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/fuchsia/objects.txt') diff --git a/sys/fuchsia/objects.txt b/sys/fuchsia/objects.txt index 4cc7c186a..922038525 100644 --- a/sys/fuchsia/objects.txt +++ b/sys/fuchsia/objects.txt @@ -2,8 +2,9 @@ # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. include -include include +include +include resource koid[int64]: 0 -- cgit mrf-deployment