aboutsummaryrefslogtreecommitdiff
path: root/rules/acls/android_feature_splits_dogfood.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/acls/android_feature_splits_dogfood.bzl')
-rw-r--r--rules/acls/android_feature_splits_dogfood.bzl7
1 files changed, 1 insertions, 6 deletions
diff --git a/rules/acls/android_feature_splits_dogfood.bzl b/rules/acls/android_feature_splits_dogfood.bzl
index 159ef42..0e7ade0 100644
--- a/rules/acls/android_feature_splits_dogfood.bzl
+++ b/rules/acls/android_feature_splits_dogfood.bzl
@@ -12,13 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-"""Allowlist for packages able to use Android feature splits.
-
-Dynamic feature splits are still in development and at this stage are only suitable for use
-in an experimental capacity.
-"""
+"""Packages able to use deprecated Android feature splits features."""
# keep sorted
ANDROID_FEATURE_SPLITS_DOGFOOD = [
- "//:__subpackages__",
]