From b6affe7b8d732b0e9112b2e42eb4304f41f26fd0 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Wed, 10 Oct 2018 07:06:28 -0600 Subject: [PATCH] a3xelte: Set TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE to true * Due to "specialness" in our RIL library, ConnectivityService doesn't seem to appropriately add the relevant directly- connected routes, meaning that IPv4 mobile data is inoperable due to lack of a default route. Let's reenable the legacy netd behavior to get our connectivity back. Change-Id: I59f8476ab36db0fb79856f74346e62e0dd4abae0 --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 8071898..d3e0eea 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -24,6 +24,9 @@ TARGET_OTA_ASSERT_DEVICE := a3xelte,a3xeltexx,a3xelteub,a3xeltedo # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth +# Network Routing +TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE := true + # RIL BOARD_MODEM_TYPE := tss310 BOARD_PROVIDES_LIBRIL := true -- 2.20.1