From ace061e424501f0dae454cdd614a6d541151a61f Mon Sep 17 00:00:00 2001 From: merothh Date: Mon, 30 May 2022 14:30:33 +0530 Subject: [PATCH] Revert "FP4: Add a custom apn file list" This reverts commit e36a767602761a7826bfca59476f746e415265e7. Reason: Change has been moved to vendor/lineage --- BoardConfig.mk | 1 - configs/apns-conf-custom.xml | 1 - 2 files changed, 2 deletions(-) delete mode 100644 configs/apns-conf-custom.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index 111ff2b..93a4bae 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -156,7 +156,6 @@ TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true # RIL -CUSTOM_APNS_FILE := $(DEVICE_PATH)/configs/apns-conf-custom.xml ENABLE_VENDOR_RIL_SERVICE := true # Security patch level diff --git a/configs/apns-conf-custom.xml b/configs/apns-conf-custom.xml deleted file mode 100644 index 6e37030..0000000 --- a/configs/apns-conf-custom.xml +++ /dev/null @@ -1 +0,0 @@ - -- GitLab