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:
Ricardo Cerqueira 2015-09-12 00:13:01 +01:00
parent e4f75ba2a0
commit ed63484e8a
1 changed files with 2 additions and 0 deletions

View File

@ -63,8 +63,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.build.selinux=1
ifneq ($(TARGET_BUILD_VARIANT),user)
# Thank you, please drive thru!
PRODUCT_PROPERTY_OVERRIDES += persist.sys.dun.override=0
endif
ifneq ($(TARGET_BUILD_VARIANT),eng)
# Enable ADB authentication