tethering: Do not override DUN in shipping builds
This was done for one specific carrier, and is breaking most others that rely on DUN profiles. Don't. Addresses CYNGNOS-999 Change-Id: I42fbbabfc87001bcec0c9978e33b999de8d5aecd
This commit is contained in:
parent
e4f75ba2a0
commit
ed63484e8a
@ -63,8 +63,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.build.selinux=1
|
ro.build.selinux=1
|
||||||
|
|
||||||
|
ifneq ($(TARGET_BUILD_VARIANT),user)
|
||||||
# Thank you, please drive thru!
|
# Thank you, please drive thru!
|
||||||
PRODUCT_PROPERTY_OVERRIDES += persist.sys.dun.override=0
|
PRODUCT_PROPERTY_OVERRIDES += persist.sys.dun.override=0
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||||
# Enable ADB authentication
|
# Enable ADB authentication
|
||||||
|
Loading…
Reference in New Issue
Block a user