OSDN Git Service

libfec: Update the header path for ext4_utils.
authorTao Bao <tbao@google.com>
Thu, 6 Oct 2016 06:11:36 +0000 (23:11 -0700)
committerTao Bao <tbao@google.com>
Sun, 9 Oct 2016 15:58:56 +0000 (08:58 -0700)
Test: mmma system/extras/libfec

Change-Id: I28b71419019c3bb0873b159e178cdfcfb5d89922

libfec/Android.mk
libfec/fec_open.cpp

index b92dd4e..283019c 100644 (file)
@@ -7,7 +7,6 @@ common_cflags := -Wall -Werror -O3
 common_c_includes := \
     $(LOCAL_PATH)/include \
     external/fec \
-    system/extras/ext4_utils \
     system/extras/squashfs_utils
 
 common_src_files := \
index caec370..45e0c26 100644 (file)
 #include <sys/ioctl.h>
 #include <sys/stat.h>
 
+#include <ext4_utils/ext4_sb.h>
+
 extern "C" {
     #include <squashfs_utils.h>
-    #include <ext4_sb.h>
 }
 
 #if defined(__linux__)