Merge "Stop Tethering requiring NetworkStack"
This commit is contained in:
@@ -195,11 +195,7 @@ android_app {
|
|||||||
certificate: "networkstack",
|
certificate: "networkstack",
|
||||||
manifest: "AndroidManifest.xml",
|
manifest: "AndroidManifest.xml",
|
||||||
use_embedded_native_libs: true,
|
use_embedded_native_libs: true,
|
||||||
// The network stack *must* be included to ensure security of the device
|
required: ["privapp_allowlist_com.android.tethering"],
|
||||||
required: [
|
|
||||||
"NetworkStack",
|
|
||||||
"privapp_allowlist_com.android.tethering",
|
|
||||||
],
|
|
||||||
apex_available: ["com.android.tethering"],
|
apex_available: ["com.android.tethering"],
|
||||||
lint: { strict_updatability_linting: true },
|
lint: { strict_updatability_linting: true },
|
||||||
}
|
}
|
||||||
@@ -215,11 +211,7 @@ android_app {
|
|||||||
certificate: "networkstack",
|
certificate: "networkstack",
|
||||||
manifest: "AndroidManifest.xml",
|
manifest: "AndroidManifest.xml",
|
||||||
use_embedded_native_libs: true,
|
use_embedded_native_libs: true,
|
||||||
// The network stack *must* be included to ensure security of the device
|
required: ["privapp_allowlist_com.android.tethering"],
|
||||||
required: [
|
|
||||||
"NetworkStackNext",
|
|
||||||
"privapp_allowlist_com.android.tethering",
|
|
||||||
],
|
|
||||||
apex_available: ["com.android.tethering"],
|
apex_available: ["com.android.tethering"],
|
||||||
lint: { strict_updatability_linting: true },
|
lint: { strict_updatability_linting: true },
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user