From a38055ec21c0202b5444a7a29769b35b194a21a5 Mon Sep 17 00:00:00 2001 From: TARKZiM Date: Wed, 18 Aug 2021 23:41:15 +0800 Subject: [PATCH] Revert "msm8960-common: Use in-process APK for network stack and tethering" This reverts commit cd71276735c4dd954634df72f3dc92c83935326c. --- lowram/device.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/lowram/device.mk b/lowram/device.mk index ceae05d..a67428c 100644 --- a/lowram/device.mk +++ b/lowram/device.mk @@ -23,4 +23,3 @@ PRODUCT_DISABLE_SCUDO := true # Do not spin up a separate process for the network stack on go devices, use an in-process APK. PRODUCT_PACKAGES += InProcessNetworkStack -PRODUCT_PACKAGES += com.android.tethering.inprocess