diff options
author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2016-11-27 11:36:25 +0100 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2017-01-05 14:36:18 +0000 |
commit | 6be9bd73c705f9762831f5149f5273293dabc7ae (patch) | |
tree | ae2dae14660a5ef09e46e4f561a80a78d9968ccd | |
parent | 750b0283defab06bab2edf405e1f9e0c8a35166e (diff) | |
download | build-6be9bd73c705f9762831f5149f5273293dabc7ae.zip build-6be9bd73c705f9762831f5149f5273293dabc7ae.tar.gz build-6be9bd73c705f9762831f5149f5273293dabc7ae.tar.bz2 |
Revert "Add PRODUCT_BOOTANIMATION"
Replace this with TARGET_BOOTANIMATION as part of the
rework of the boot animation generation process in
vendor/cm change Iee32f18440ff955d13ed85b273e97cbd540721fc.
This reverts commit b2483ae08c00c42bd97f3b9e2ba5e841ec243d62.
Change-Id: Id6fc55ee1bc0149f25e6165a3e5f3209ad4424fc
(cherry picked from commit 74b511974651cbbcffd6e472777d33b4bf9ae5bc)
-rw-r--r-- | core/product.mk | 1 | ||||
-rw-r--r-- | core/product_config.mk | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/core/product.mk b/core/product.mk index cced554..24af0f2 100644 --- a/core/product.mk +++ b/core/product.mk @@ -65,7 +65,6 @@ endef # _product_var_list := \ - PRODUCT_BOOTANIMATION \ PRODUCT_BUILD_PROP_OVERRIDES \ PRODUCT_NAME \ PRODUCT_MODEL \ diff --git a/core/product_config.mk b/core/product_config.mk index 259d983..89c6810 100644 --- a/core/product_config.mk +++ b/core/product_config.mk @@ -343,12 +343,6 @@ endif # The optional :<owner> is used to indicate the owner of a vendor file. PRODUCT_COPY_FILES := \ $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_COPY_FILES)) -_boot_animation := $(strip $(lastword $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_BOOTANIMATION))) -ifneq ($(_boot_animation),) -PRODUCT_COPY_FILES += \ - $(_boot_animation):system/media/bootanimation.zip -endif -_boot_animation := # We might want to skip items listed in PRODUCT_COPY_FILES for # various reasons. This is useful for replacing a binary module with one |