diff --git a/atoll.mk b/atoll.mk index 896b5ba..6d3a19c 100644 --- a/atoll.mk +++ b/atoll.mk @@ -176,6 +176,13 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/keylayout/uinput-fpc.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/uinput-fpc.kl \ $(LOCAL_PATH)/keylayout/uinput-goodix.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/uinput-goodix.kl +# IPACM +PRODUCT_PACKAGES += \ + ipacm \ + IPACM_cfg.xml \ + libipanat \ + liboffloadhal + # Rootdir PRODUCT_PACKAGES += \ init.qcom.early_boot.sh \