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

Commit 1207ba3d authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 3052d123
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
filegroup {
    name: "android_filesystem_config_header",
    srcs: ["include/private/android_filesystem_config.h"],
}

subdirs = ["*"]