summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2017-09-01 14:08:23 -0500
committerVishal Mahaveer2017-09-01 14:08:23 -0500
commitd9967fb802ebb3c938faa80ab3d53df919ed6421 (patch)
tree487da60e32bdac3b64eeaab9ab3411b3a0af0422
parent337654619a204282e2c6119c7d2dd66c8f98b3dd (diff)
downloaddevice-ti-jacinto6evm-d9967fb802ebb3c938faa80ab3d53df919ed6421.tar.gz
device-ti-jacinto6evm-d9967fb802ebb3c938faa80ab3d53df919ed6421.tar.xz
device-ti-jacinto6evm-d9967fb802ebb3c938faa80ab3d53df919ed6421.zip
jacinto6evm: switch to generic bootanimation
By default when including car product, android wear boot animation is copied to target. Change-Id: Ic7c7c766b5fd41ef90cd1d8e6fe566ca59bccc14 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--full_jacinto6evm.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/full_jacinto6evm.mk b/full_jacinto6evm.mk
index 9823b87..97b0f72 100644
--- a/full_jacinto6evm.mk
+++ b/full_jacinto6evm.mk
@@ -21,6 +21,9 @@
21# lines, full and toro, hence its name. 21# lines, full and toro, hence its name.
22# 22#
23 23
24PRODUCT_COPY_FILES += \
25 device/generic/car/common/bootanimations/bootanimation-832.zip:system/media/bootanimation.zip
26
24# Inherit from those products. Most specific first. 27# Inherit from those products. Most specific first.
25$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) 28$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
26$(call inherit-product, packages/services/Car/car_product/build/car.mk) 29$(call inherit-product, packages/services/Car/car_product/build/car.mk)