commit | 6882c215d421b30d339cedbdec34fcfb444475d8 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jan 18 16:53:25 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 18 16:53:26 2017 +0000 |
tree | d3e4c04ab0a817de1688a635557375bae8c8bc18 | |
parent | f3c2001f3836fb290fabc66ef448e522f42599a3 [diff] | |
parent | ce0beb78d2c1e34868aabbba050f3bf70cc68a17 [diff] |
Merge "Export android_filesystem_config.h as a filegroup"
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 = ["*"]