From: Kevin F. Haggerty Date: Wed, 10 Oct 2018 13:06:28 +0000 (-0600) Subject: s5neolte: : Set TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE to X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=398b4c6a8b8fa4de001b226f44e7c602a64bb836;p=GitHub%2FLineageOS%2Fandroid_device_samsung_s5neolte.git s5neolte: : 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 --- diff --git a/BoardConfig.mk b/BoardConfig.mk index 00bc14b..6afa9c0 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -27,6 +27,9 @@ TARGET_OTA_ASSERT_DEVICE := s5neolte,s5neoltexx,s5neolteub,s5neoltevl # 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