summaryrefslogtreecommitdiff
path: root/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 /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 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e596664b..25755d9e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -58,6 +58,9 @@ cc_defaults {
bionic: {
system_shared_libs: ["libc", "libdl"],
},
+ windows: {
+ include_dirs: ["external/e2fsprogs/include/mingw"],
+ },
},
}