aboutsummaryrefslogtreecommitdiff
path: root/aosp/include/components/zucchini/main_utils.h
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2021-08-19 16:46:44 -0700
committerTianjie <xunchang@google.com>2021-08-22 15:18:13 -0700
commit2af699e0b84f982af9a4dd092af4e2e6224c7bb5 (patch)
tree1fc226d52317e3fdb66407c4ef8410f9e0a23c72 /aosp/include/components/zucchini/main_utils.h
parent8d806d16b8aa55f2e68dcce40ca61d2dd648a11f (diff)
downloadzucchini-2af699e0b84f982af9a4dd092af4e2e6224c7bb5.tar.gz
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
Diffstat (limited to 'aosp/include/components/zucchini/main_utils.h')
l---------aosp/include/components/zucchini/main_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/aosp/include/components/zucchini/main_utils.h b/aosp/include/components/zucchini/main_utils.h
new file mode 120000
index 0000000..9f56dda
--- /dev/null
+++ b/aosp/include/components/zucchini/main_utils.h
@@ -0,0 +1 @@
+../../../../main_utils.h \ No newline at end of file