commit | 80112f73cd926077f0682c22d0744bebd1b2d47e | [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 | 8e81cd6609e41df9cc6c086119707465d07db192 [diff] | |
parent | 1207ba3d5a8895a6bc1954b0bd5c3183fab6c83f [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 = ["*"]