Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f6b65b4 authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

Merge "Delete include/private/android_filesystem_config.h" am: 35158682

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1430210

Change-Id: Idf074df8ad9c0d3289df54e8e947cb6b67d089fa
parents 2cfa8fd9 35158682
Loading
Loading
Loading
Loading

Android.bp

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
filegroup {
    name: "android_filesystem_config_header",
    srcs: ["include/private/android_filesystem_config.h"],
}
+0 −1
Original line number Diff line number Diff line
../../libcutils/include/private/android_filesystem_config.h
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -14,6 +14,11 @@
// limitations under the License.
//

filegroup {
    name: "android_filesystem_config_header",
    srcs: ["include/private/android_filesystem_config.h"],
}

// some files must not be compiled when building against Mingw
// they correspond to features not used by our host development tools
// which are also hard or even impossible to port to native Win32