diff --git a/prebuilt/common/Android.mk b/prebuilt/common/Android.mk index 83eecee9..87989742 100644 --- a/prebuilt/common/Android.mk +++ b/prebuilt/common/Android.mk @@ -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)