msm8974-common: 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
This commit is contained in:
parent
cf207232cb
commit
c80f349acc
@ -88,6 +88,9 @@ include device/samsung/msm8974-common/sepolicy/sepolicy.mk
|
||||
TARGET_INIT_VENDOR_LIB := libinit_msm8974
|
||||
TARGET_RECOVERY_DEVICE_MODULES := libinit_msm8974
|
||||
|
||||
# Netd
|
||||
TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE := true
|
||||
|
||||
# Power
|
||||
TARGET_HAS_LEGACY_POWER_STATS := true
|
||||
TARGET_HAS_NO_WLAN_STATS := true
|
||||
|
Loading…
Reference in New Issue
Block a user