1package: "android.net.http" 2container: "com.android.tethering" 3 4flag { 5 name: "preload_httpengine_in_zygote" 6 namespace: "android_core_networking" 7 description: "API Guard for preloading httpEngine in Zygote." 8 bug: "380349437" 9 is_fixed_read_only: true 10 is_exported: true 11} 12 13flag { 14 name: "preload_httpengine_shared_library" 15 namespace: "android_core_networking" 16 description: "Impl Guard for preloading HttpEngine's Native code into the zygote" 17 bug: "380349437" 18} 19 20flag { 21 name: "preload_httpengine_java_impl_classes" 22 namespace: "android_core_networking" 23 description: "Impl Guard for preloading HttpEngine's impl java classes" 24 bug: "380349437" 25}