fixup and slim down
This commit is contained in:
parent
9362135cb3
commit
1d907fa42b
12 changed files with 218 additions and 6 deletions
|
|
@ -16,8 +16,8 @@ LOCAL_MODULE := apns-conf.xml
|
|||
LOCAL_MODULE_CLASS := ETC
|
||||
|
||||
# Custom APN Mechanism
|
||||
ifeq ($(CUSTOM_APN), Custom)
|
||||
DEFAULT_APNS_FILE := vendor/A-Team/Custom_APN/apns-conf.xml
|
||||
ifeq ($(APN_VARIANT), Custom)
|
||||
DEFAULT_APNS_FILE := device/A-Team/Custom_APN/apns-conf.xml
|
||||
else
|
||||
DEFAULT_APNS_FILE := vendor/$(ROM_VENDOR_NAME)/prebuilt/common/etc/apns-conf.xml
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue