Merge "Have InProcessNetworkStack override NetworkStack"

This commit is contained in:
Remi NGUYEN VAN
2019-05-21 08:07:29 +00:00
committed by Gerrit Code Review

View File

@@ -108,6 +108,8 @@ android_app {
defaults: ["NetworkStackAppCommon"], defaults: ["NetworkStackAppCommon"],
certificate: "platform", certificate: "platform",
manifest: "AndroidManifest_InProcess.xml", manifest: "AndroidManifest_InProcess.xml",
// InProcessNetworkStack is a replacement for NetworkStack
overrides: ["NetworkStack"],
} }
// Updatable network stack packaged as an application // Updatable network stack packaged as an application