From ed63484e8a080170af8a5bc675efc6514a40c147 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Sat, 12 Sep 2015 00:13:01 +0100 Subject: [PATCH] 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 --- config/common.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/common.mk b/config/common.mk index 64acb50a..f4a5de51 100644 --- a/config/common.mk +++ b/config/common.mk @@ -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