summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2019-05-14 14:08:56 +0900
committerRemi NGUYEN VAN <reminv@google.com>2019-05-14 07:31:50 +0000
commitd680e28c6a8f677b97e5b2401ecd7094c9398d44 (patch)
tree28af358234c512909d9aba5987c4f5b285f6227e
parent4e974429a787ec4efd1f3116b165bf105b40a8fd (diff)
Have InProcessNetworkStack override NetworkStack
This avoids shipping both APKs on Go devices, as would be previously done with the default Go configuration that still included NetworkStack. Test: Flashed, booted walleye with svelte config. Verified that NetworkStack is not on the device and InProcessNetworkStack is used. WiFi working. Bug: 132666298 Change-Id: If4a7a003128a555e512c88469653c3fb2ad864d5
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 62de2ba..c305124 100644
--- a/Android.bp
+++ b/Android.bp
@@ -108,6 +108,8 @@ android_app {
defaults: ["NetworkStackAppCommon"],
certificate: "platform",
manifest: "AndroidManifest_InProcess.xml",
+ // InProcessNetworkStack is a replacement for NetworkStack
+ overrides: ["NetworkStack"],
}
// Updatable network stack packaged as an application