commit | b26066cb100841929f80326766501c742200416c | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Dec 19 14:26:03 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 19 14:26:03 2019 +0000 |
tree | 5a9f1bf123766025cd2379f38f208a9e22f9b497 | |
parent | 78ec8f6546bd0d8a33a5a6ac398d44f74952d522 [diff] | |
parent | 70b380030167522ae8f597cdf7ef59020b814316 [diff] |
Merge "Create filegroup for sdkext file contexts"
diff --git a/apex/Android.bp b/apex/Android.bp index 66ca3ec..29c2518 100644 --- a/apex/Android.bp +++ b/apex/Android.bp
@@ -166,3 +166,10 @@ "com.android.wifi-file_contexts", ], } + +filegroup { + name: "com.android.tethering-file_contexts", + srcs: [ + "com.android.tethering-file_contexts", + ], +}
diff --git a/apex/com.android.tethering.apex-file_contexts b/apex/com.android.tethering-file_contexts similarity index 100% rename from apex/com.android.tethering.apex-file_contexts rename to apex/com.android.tethering-file_contexts