animations: pixel-charger: Move to product

Change-Id: I41d5dea02a90d2b5de1abaaa2eff43bca9edf1de
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
Richard Raya 2024-06-25 19:40:49 -03:00 committed by Fazil Sheik
parent b905845e30
commit 9f80e5610f
2 changed files with 15 additions and 14 deletions

View File

@ -15,43 +15,44 @@
//
prebuilt_etc {
name: "vendor_hentai_charger_res_images_battery_fail.png",
name: "product_hentai_charger_res_images_battery_fail.png",
src: "images/charger/battery_fail.png",
relative_install_path: "res/images/charger",
vendor: true,
product_specific: true,
filename: "battery_fail.png",
}
prebuilt_etc {
name: "vendor_hentai_charger_res_images_battery_scale.png",
name: "product_hentai_charger_res_images_battery_scale.png",
src: "images/charger/battery_scale.png",
relative_install_path: "res/images/charger",
vendor: true,
product_specific: true,
filename: "battery_scale.png",
}
prebuilt_etc {
name: "vendor_hentai_charger_res_images_main_font.png",
name: "product_hentai_charger_res_images_main_font.png",
src: "images/charger/main_font.png",
relative_install_path: "res/images/charger",
vendor: true,
product_specific: true,
filename: "main_font.png",
}
prebuilt_etc {
name: "vendor_hentai_charger_res_values_animations.txt",
name: "product_hentai_charger_res_values_animations.txt",
src: "values/charger/animation.txt",
relative_install_path: "res/values/charger",
vendor: true,
product_specific: true,
filename: "animation.txt",
}
phony {
name: "charger_res_images_vendor_pixel",
name: "charger_res_images_product_pixel",
product_specific: true,
required: [
"vendor_hentai_charger_res_images_battery_fail.png",
"vendor_hentai_charger_res_images_battery_scale.png",
"vendor_hentai_charger_res_images_main_font.png",
"vendor_hentai_charger_res_values_animations.txt",
"product_hentai_charger_res_images_battery_fail.png",
"product_hentai_charger_res_images_battery_scale.png",
"product_hentai_charger_res_images_main_font.png",
"product_hentai_charger_res_values_animations.txt",
],
}

View File

@ -90,7 +90,7 @@ $(call inherit-product, vendor/aospa/bootanimation/bootanimation.mk)
# Charger
PRODUCT_PACKAGES += \
charger_res_images_vendor_pixel
charger_res_images_product_pixel
# curl
PRODUCT_PACKAGES += \