Merge "Delete include/private/android_filesystem_config.h"

This commit is contained in:
Tom Cherry 2020-10-05 15:26:32 +00:00 committed by Gerrit Code Review
commit 351586822f
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +0,0 @@
filegroup {
name: "android_filesystem_config_header",
srcs: ["include/private/android_filesystem_config.h"],
}

View file

@ -1 +0,0 @@
../../libcutils/include/private/android_filesystem_config.h

View file

@ -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