Delete include/private/android_filesystem_config.h
This header should be accessed through libcutils. Test: build Change-Id: Ifb0ad3bc63ec5806d9c474a5d39721b2189c34de
This commit is contained in:
parent
012ee0ae0a
commit
167fbf534b
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +0,0 @@
|
|||
filegroup {
|
||||
name: "android_filesystem_config_header",
|
||||
srcs: ["include/private/android_filesystem_config.h"],
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
../../libcutils/include/private/android_filesystem_config.h
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue