From fe0701d1646df7f0c40bc96b05feea9c5d0a20b0 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Wed, 10 Oct 2018 07:06:28 -0600 Subject: [PATCH] a7xelte: 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 344604d..0ea670e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -27,6 +27,9 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth # Fingerprint TARGET_SEC_FP_HAL_VARIANT := bauth +# Network Routing +TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE := true + # RIL BOARD_MODEM_TYPE := tss310 BOARD_PROVIDES_LIBRIL := true -- 2.20.1