- Nov 24, 2022
-
-
Simão Gomes Viana authored
-
Simão Gomes Viana authored
-
Simão Gomes Viana authored
-
- Nov 06, 2022
-
-
Simão Gomes Viana authored
-
- Nov 14, 2021
-
-
Chirayu Desai authored
Co-authored-by:
Michael Bestas <mkbestas@gmail.com> Change-Id: I9972653845c64aab944d0289d9357361e2feb344
-
- Mar 12, 2021
-
-
Alessandro Astone authored
* Makes defaults available to other places than just bootanimation Change-Id: I6865bdd08e7f3d9370ce8578691f52204d57fde7
-
- Sep 11, 2019
-
-
Rashed Abdel-Tawab authored
Change-Id: I49301cf09f79d617868ac3d445d243020b587c9d
-
- Sep 09, 2019
-
-
Luca Stefani authored
Change-Id: Ib0b363c3e0545cb0c86dc69dd1a75f82dd777e59
-
- Jul 09, 2019
-
-
Vasyl Gello authored
If the build is invoked off-tree, like: . build/envsetup.sh export OUT_DIR=/some/other/dir/out export DIST_DIR=/some/other/dir/dist breakfast chagalllte mka \ target-files-package dist the bootanimation.zip is correctly generated in $OUT_DIR. However, if the user overrides directories after breakfast, i.e: . build/envsetup.sh breakfast chagalllte mka \ OUT_DIR=/some/other/dir/out \ DIST_DIR=/some/other/dir/dist \ target-files-package dist the destination path of intermediate bootanimation.zip is still controlled by $ANDROID_PRODUCT_OUT which is set by build/envsetup.sh. This leads to a copy error and a failed build. The fix overrides $ANDROID_PRODUCT_OUT by the always-known PRODUCT_OUT (make variable defined in build/core/envsetup.mk), making it error-prone to environment variable declaration. Also, the "sh" invocation is replaced with generic make-variable $(shell). Change-Id: Ic94d1b538fc01946b628f9b5d776548a03acde97 Signed-off-by:
Vasyl Gello <vasek.gello@gmail.com>
-
- Mar 01, 2018
-
-
LuK1337 authored
* Generic AOSP devices don't set it and we don't really want to fork them just to set the bootanimation size. Change-Id: I684454ae07348ee29c832f86f56bcfbd4f627b4d
-
- Feb 18, 2018
-
-
Luca Stefani authored
Change-Id: Ic102e49d39a12116e9a0b25accf0ef81520c495f
-
- Aug 23, 2017
-
-
Dan Pasanen authored
Change-Id: I2df13091f5d62b552ef434aef1a389f4fe1249e0
-
- Feb 10, 2017
-
-
Zhao Wei Liew authored
We're no longer using convert, but mogrify. Change-Id: Ifd58527b49e5548dd94b35a8cf0ffa4ad5196804
-
- Dec 29, 2016
-
-
Dan Pasanen authored
This reverts commit e2ec4c60. * New build server(s) will be able to support this Change-Id: I990297e6db7aa6076199bb6344328e704b1d4ebe
-
- Dec 04, 2016
-
-
Zhao Wei Liew authored
The servers do not have ImageMagick installed right now, breaking the automated builds. Revert this for now. This reverts the following commits: 840e7814 bootanim: Use a for loop to make part# folders ce5405d1 Fix wrong bootanimation.zip from mkdir .../part{0..2} 6179d949 cm: Build bootanimation.zip 67ddf372 cm: Rework boot animation generation Change-Id: I63fc43da9b1a6afea5f791e879f0bfc9a385d98d
-
- Dec 01, 2016
-
-
Griffin Millender authored
Keep the largest bootanimation extracted and resize it at build-time. Change-Id: Iee32f18440ff955d13ed85b273e97cbd540721fc
-