Export android_filesystem_config.h as a filegroup
bionic/libc/Android.bp needs to reference android_filesystem_config.h, export it using a filegroup module. Bug: 34283327 Test: builds Change-Id: Id7650f3b64d7eb52f945f538d05b691b8b3c3fcb
This commit is contained in:
parent
3052d123a8
commit
1207ba3d5a
1 changed files with 5 additions and 0 deletions
|
@ -1 +1,6 @@
|
|||
filegroup {
|
||||
name: "android_filesystem_config_header",
|
||||
srcs: ["include/private/android_filesystem_config.h"],
|
||||
}
|
||||
|
||||
subdirs = ["*"]
|
||||
|
|
Loading…
Reference in a new issue