fixup and slim down

This commit is contained in:
PizzaG 2026-08-04 22:07:10 -05:00
commit 1d907fa42b
12 changed files with 218 additions and 6 deletions

View file

@ -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