-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.mk
25 lines (24 loc) · 1.98 KB
/
resources.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Offline charging animation
PRODUCT_COPY_FILES += \
device/sony/common/animations/charging_animation_01.png:system/semc/chargemon/data/charging_animation_01.png \
device/sony/common/animations/charging_animation_02.png:system/semc/chargemon/data/charging_animation_02.png \
device/sony/common/animations/charging_animation_03.png:system/semc/chargemon/data/charging_animation_03.png \
device/sony/common/animations/charging_animation_04.png:system/semc/chargemon/data/charging_animation_04.png \
device/sony/common/animations/charging_animation_05.png:system/semc/chargemon/data/charging_animation_05.png \
device/sony/common/animations/charging_animation_06.png:system/semc/chargemon/data/charging_animation_06.png \
device/sony/common/animations/charging_animation_07.png:system/semc/chargemon/data/charging_animation_07.png \
device/sony/common/animations/non-charging_animation_01.png:system/semc/chargemon/data/non-charging_animation_01.png \
device/sony/common/animations/non-charging_animation_02.png:system/semc/chargemon/data/non-charging_animation_02.png \
device/sony/common/animations/non-charging_animation_03.png:system/semc/chargemon/data/non-charging_animation_03.png \
device/sony/common/animations/non-charging_animation_04.png:system/semc/chargemon/data/non-charging_animation_04.png \
device/sony/common/animations/non-charging_animation_05.png:system/semc/chargemon/data/non-charging_animation_05.png \
device/sony/common/animations/non-charging_animation_06.png:system/semc/chargemon/data/non-charging_animation_06.png \
device/sony/common/animations/non-charging_animation_07.png:system/semc/chargemon/data/non-charging_animation_07.png
# Boot Logo
ifneq ($(FXP_BUILD),true)
PRODUCT_COPY_FILES += \
device/sony/common/bootlogo/$(TARGET_SCREEN_WIDTH)x$(TARGET_SCREEN_HEIGHT).rle:root/logo.rle
else
PRODUCT_COPY_FILES += \
device/sony/common/bootlogo/fxp/$(TARGET_SCREEN_WIDTH)x$(TARGET_SCREEN_HEIGHT).rle:root/logo.rle
endif