common: Copy APN list to $(TARGET_COPY_OUT_PRODUCT)/etc
This handles GSI product Change-Id: I5754ff9c020e094c5ca5bd08e0572584009558ee
This commit is contained in:
committed by
Michael Bestas
parent
08e3a27135
commit
da2c7502a3
@@ -10,7 +10,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
################################
|
||||
# Copies the APN list file into system/etc for the product as apns-conf.xml.
|
||||
# Copies the APN list file into $(TARGET_COPY_OUT_PRODUCT)/etc for the product as apns-conf.xml.
|
||||
# In the case where $(CUSTOM_APNS_FILE) is defined, the content of $(CUSTOM_APNS_FILE)
|
||||
# is added or replaced to the $(DEFAULT_APNS_FILE).
|
||||
include $(CLEAR_VARS)
|
||||
@@ -35,4 +35,6 @@ endif
|
||||
|
||||
LOCAL_PREBUILT_MODULE_FILE := $(FINAL_APNS_FILE)
|
||||
|
||||
LOCAL_PRODUCT_MODULE := true
|
||||
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
Reference in New Issue
Block a user