summaryrefslogtreecommitdiff
path: root/libfec
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-11 15:14:51 -0800
committerAlex Deymo <deymo@google.com>2017-01-11 19:17:43 -0800
commitf0b1f9f23f56fcdea20978a1b5ad7f196029a90a (patch)
treea69faecd22e9bec6acde54307e073c4afc3e7fae /libfec
parent992dab285fc35fec7067869df9d33ec0942eae7a (diff)
downloadextras-f0b1f9f23f56fcdea20978a1b5ad7f196029a90a.tar.gz
Export libsquashfs_utils include path in the library.
When using the libsquashfs_utils we need to include its only header, so exposing the include path for this library avoids repeating the path when using it. This patch also removes the include path from the only call site (libfec). Bug: None. Change-Id: I82380b89652f758e4f33a0dc90650b04223c0940
Diffstat (limited to 'libfec')
-rw-r--r--libfec/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/libfec/Android.mk b/libfec/Android.mk
index da60fccb..47ac556e 100644
--- a/libfec/Android.mk
+++ b/libfec/Android.mk
@@ -6,8 +6,7 @@ common_cflags := -Wall -Werror -O3 -D_LARGEFILE64_SOURCE
common_c_includes := \
$(LOCAL_PATH)/include \
- external/fec \
- system/extras/squashfs_utils
+ external/fec
common_src_files := \
fec_open.cpp \