From 23081a924a098243730d721f941c032ca4addf3a Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 30 Jan 2023 19:04:32 +0000 Subject: 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 --- misc/Android.bp | 2 -- 1 file changed, 2 deletions(-) (limited to 'misc') 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 }, -- cgit v1.2.1