commit | ce0beb78d2c1e34868aabbba050f3bf70cc68a17 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jan 17 18:18:03 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Jan 17 18:20:28 2017 -0800 |
tree | a35fdc38d0bfaafad0d01a92b8a30ae85346c0a9 | |
parent | 0e8f5eca80103daaf53b562eb59e95448e5bd0c0 [diff] [blame] |
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
diff --git a/Android.bp b/Android.bp index b44c296..c6f6251 100644 --- a/Android.bp +++ b/Android.bp
@@ -1 +1,6 @@ +filegroup { + name: "android_filesystem_config_header", + srcs: ["include/private/android_filesystem_config.h"], +} + subdirs = ["*"]