summaryrefslogtreecommitdiff
path: root/lib/blkid/Android.bp
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-01-30 19:04:32 +0000
committerTheodore Ts'o <tytso@mit.edu>2023-02-01 00:21:27 -0500
commit23081a924a098243730d721f941c032ca4addf3a (patch)
treee1a29e1e861efc1b81ec5c03779ccb953991969e /lib/blkid/Android.bp
parent62267969523e27604806cb6b149cbf5e0019cf79 (diff)
downloade2fsprogs-23081a924a098243730d721f941c032ca4addf3a.tar.gz
AOSP: Android: consolidate addition of include/mingw/
To match what the autotools-based build system does now, always add include/mingw/ to the include path on Windows. I don't think this makes a real difference anywhere, but this is much simpler. Change-Id: I92fdaf3e58029dfca3187af928d943270b2a2109 From AOSP commit: c9aa74eac41f8feeabb2321383161c7cf92cb49b
Diffstat (limited to 'lib/blkid/Android.bp')
-rw-r--r--lib/blkid/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/blkid/Android.bp b/lib/blkid/Android.bp
index 66d587b4..db6da1e2 100644
--- a/lib/blkid/Android.bp
+++ b/lib/blkid/Android.bp
@@ -39,7 +39,6 @@ cc_library {
target: {
windows: {
- include_dirs: ["external/e2fsprogs/include/mingw"],
cflags: [
"-Wno-pointer-to-int-cast",
"-Wno-error=typedef-redefinition",