Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7cb9446 authored by LuK1337's avatar LuK1337 Committed by Nolen Johnson
Browse files

Move APNs data to vendor/apn

Change-Id: I4b939bf232a33d82664f890e33f47e22c1f72cee
(cherry picked from commit 3d4d3841)
parent 17b1eaab
Loading
Loading
Loading
Loading

prebuilt/common/Android.mk

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
LOCAL_PATH := $(call my-dir)

################################
# Copies the APN list file into $(TARGET_COPY_OUT_PRODUCT)/etc for the product as apns-conf.xml.
include $(CLEAR_VARS)

LOCAL_MODULE := apns-conf.xml
LOCAL_MODULE_CLASS := ETC

LOCAL_PREBUILT_MODULE_FILE := vendor/lineage/prebuilt/common/etc/apns-conf.xml

LOCAL_PRODUCT_MODULE := true

include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := fonts_customization.xml
LOCAL_SRC_FILES := etc/fonts_customization.xml
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_PRODUCT_MODULE := true
include $(BUILD_PREBUILT)

prebuilt/common/etc/apns-conf.xml

deleted100644 → 0
+0 −3854

File deleted.

Preview size limit exceeded, changes collapsed.