summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2015-11-18 23:15:13 -0500
committerMike Frysinger <vapier@google.com>2015-11-18 23:15:13 -0500
commitbcb87807400114d6415bca84976cd2b21f12da65 (patch)
tree2f938c627b4f717da1c47e6efba955e02e48d507
parent81f1bcb1a66d0718e930b642f68c8b7a46b58bab (diff)
downloadintegration-bcb87807400114d6415bca84976cd2b21f12da65.tar.gz
handle external expat headers
Since the expat headers aren't exported/installed, we need to symlink them in here for the compiler to find. BUG=23171578 Change-Id: Ie74b16feb8d4c4b2663f6a0a6b474fadab469302
l---------external-packages/include/expat.h1
l---------external-packages/include/expat_external.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/external-packages/include/expat.h b/external-packages/include/expat.h
new file mode 120000
index 0000000..a439fb4
--- /dev/null
+++ b/external-packages/include/expat.h
@@ -0,0 +1 @@
+../../../../../external/expat/lib/expat.h \ No newline at end of file
diff --git a/external-packages/include/expat_external.h b/external-packages/include/expat_external.h
new file mode 120000
index 0000000..43de2e6
--- /dev/null
+++ b/external-packages/include/expat_external.h
@@ -0,0 +1 @@
+../../../../../external/expat/lib/expat_external.h \ No newline at end of file