From 2af699e0b84f982af9a4dd092af4e2e6224c7bb5 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Thu, 19 Aug 2021 16:46:44 -0700 Subject: Create a symlink for each header file When marking libzucchini as recovery_available, build system tries to glob all header files in exported include dir. This fails because the symlink points to a parent directory, which also contains the symlink itself. Therefore the glob fails due to infinite recursion. Test: th Bug: 194237829 Change-Id: I49eb64b2c31f3446f17db6139803f81e2a39148b --- aosp/include/components/zucchini/suffix_array.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 aosp/include/components/zucchini/suffix_array.h (limited to 'aosp/include/components/zucchini/suffix_array.h') diff --git a/aosp/include/components/zucchini/suffix_array.h b/aosp/include/components/zucchini/suffix_array.h new file mode 120000 index 0000000..3116b0f --- /dev/null +++ b/aosp/include/components/zucchini/suffix_array.h @@ -0,0 +1 @@ +../../../../suffix_array.h \ No newline at end of file -- cgit v1.2.3