Skip to content
Snippets Groups Projects
Commit aa586407 authored by Yu Liu's avatar Yu Liu
Browse files

Add container property to a couple more aconfig declarations

Bug: 330354107
Test: CI
Change-Id: I196d9165725ab7866ef2ebd988bb622f262641c1
parent 2a117e63
No related branches found
No related tags found
No related merge requests found
......@@ -379,6 +379,7 @@ cc_aconfig_library {
aconfig_declarations {
name: "com.android.internal.os.flags-aconfig",
package: "com.android.internal.os",
container: "system",
srcs: ["core/java/com/android/internal/os/flags.aconfig"],
}
......@@ -853,6 +854,7 @@ java_aconfig_library {
aconfig_declarations {
name: "com.android.server.contextualsearch.flags-aconfig",
package: "com.android.server.contextualsearch.flags",
container: "system",
srcs: ["services/contextualsearch/flags/flags.aconfig"],
}
......
package: "com.android.internal.os"
container: "system"
flag {
name: "enable_apache_http_legacy_preload"
......@@ -7,4 +8,4 @@ flag {
# Fixed read-only is required as the flag is read during zygote init.
is_fixed_read_only: true
bug: "241474956"
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment