a7xelte: Set TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE to true
authorKevin F. Haggerty <haggertk@lineageos.org>
Wed, 10 Oct 2018 13:06:28 +0000 (07:06 -0600)
committerSourajit Karmakar <sourajit.karmakar@gmail.com>
Tue, 7 Jul 2020 15:05:57 +0000 (11:05 -0400)
* 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 344604da65e40396744f88a7a7f808ca6ef146ad..0ea670e60c560d3e1c7dbb887bad14e25a432521 100644 (file)
@@ -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