Skip to content

Commit 308ad41

Browse files
amartinzneochapay
authored andcommitted
halium_arm64: charger: explicitly copy images to product
Change-Id: Ia03797a58724d99bee72e4e7703723322e7b024e Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
1 parent dfbe438 commit 308ad41

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

device.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
# limitations under the License.
1515
#
1616

17+
# Charger
18+
PRODUCT_COPY_FILES += \
19+
$(LOCAL_PATH)/charger/images/battery_fail.png:$(TARGET_COPY_OUT_PRODUCT)/etc/res/images/charger/battery_fail.png \
20+
$(LOCAL_PATH)/charger/images/battery_scale.png:$(TARGET_COPY_OUT_PRODUCT)/etc/res/images/charger/battery_scale.png
21+
1722
# Enable dynamic partition size
1823
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
1924

0 commit comments

Comments
 (0)