Set the container field of aconfig flags

Test: m
Bug: 312769710
Change-Id: I1eed7982b40d28947aa3f9575c568eac325dc832
This commit is contained in:
Oriol Prieto Gasco 2024-02-03 02:39:14 +00:00
parent 1042c175a0
commit 6eec17aa97
3 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,7 @@
aconfig_declarations {
name: "com.android.net.flags-aconfig",
package: "com.android.net.flags",
container: "system",
srcs: ["flags.aconfig"],
visibility: ["//packages/modules/Connectivity:__subpackages__"],
}

View file

@ -1,4 +1,5 @@
package: "com.android.net.flags"
container: "system"
# This file contains aconfig flags for FlaggedAPI annotations
# Flags used from platform code must be in under frameworks

View file

@ -1,4 +1,5 @@
package: "com.android.net.thread.flags"
container: "system"
flag {
name: "thread_enabled"