1package: "com.android.internal.os"
2container: "system"
3
4flag {
5    name: "enable_apache_http_legacy_preload"
6    namespace: "system_performance"
7    description: "Enables zygote preload of non-BCP org.apache.http.legacy.jar library."
8    # Fixed read-only is required as the flag is read during zygote init.
9    is_fixed_read_only: true
10    bug: "241474956"
11}
12