a3xelte: Set TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE to
authorKevin F. Haggerty <haggertk@lineageos.org>
Wed, 10 Oct 2018 13:06:28 +0000 (07:06 -0600)
committerJan Altensen <info@stricted.net>
Mon, 12 Aug 2019 14:28:48 +0000 (16:28 +0200)
 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

index 807189820c7df2bc4d1c9f3ae0e6b4a383bdac1e..d3e0eea286b5bca3a4e514b9f4d27fa65bf4c832 100644 (file)
@@ -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