Get correct IPACM_cfg.xml.

This is probably an accidental leftover from when google created
the initial device tree and copied it over from wahoo.
This change results in the proper IPACM_cfg.xml being used from
the hardware/qcom/sdm845/data/ipacfg-mgr repository.

Test: Compiles (Same file).

Change-Id: Ic44e626b062ee8699280af8d2c1d57aeff7b2df9
diff --git a/device.mk b/device.mk
index 67dcd3f..d5f46b7 100644
--- a/device.mk
+++ b/device.mk
@@ -327,10 +327,6 @@
     $(LOCAL_PATH)/wifi_concurrency_cfg.txt:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wifi_concurrency_cfg.txt \
     $(LOCAL_PATH)/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini \
 
-#ipacm configuration files
-PRODUCT_COPY_FILES += \
-    hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/IPACM_cfg.xml:$(TARGET_COPY_OUT_VENDOR)/etc/IPACM_cfg.xml
-
 PRODUCT_PACKAGES += \
     hwcomposer.$(TARGET_CHIPSET) \
     android.hardware.graphics.composer@2.2-service \
@@ -690,7 +686,8 @@
     device/google/bonito/hidl/android.hidl.base@1.0.so-64:vendor/lib64/android.hidl.base@1.0.so \
 
 PRODUCT_PACKAGES += \
-    ipacm
+    ipacm \
+    IPACM_cfg.xml
 
 #Set default CDMA subscription to RUIM
 PRODUCT_PROPERTY_OVERRIDES += \