summaryrefslogtreecommitdiff
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/Android.bp b/misc/Android.bp
index 63347b24..12b3e259 100644
--- a/misc/Android.bp
+++ b/misc/Android.bp
@@ -22,7 +22,6 @@ cc_library {
target: {
windows: {
- include_dirs: [ "external/e2fsprogs/include/mingw" ],
enabled: true,
cflags: ["-Wno-unused-variable"],
},
@@ -89,7 +88,6 @@ cc_binary {
],
},
windows: {
- include_dirs: [ "external/e2fsprogs/include/mingw" ],
ldflags: ["-static"],
enabled: true
},