Remove Lineage bootanimation
This commit is contained in:
parent
cde030b807
commit
349782a00f
5 changed files with 0 additions and 89 deletions
|
@ -1,63 +0,0 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2016 The CyanogenMod Project
|
|
||||||
# 2017-2024 The LineageOS Project
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
TARGET_GENERATED_BOOTANIMATION := $(TARGET_OUT_INTERMEDIATES)/BOOTANIMATION/bootanimation.zip
|
|
||||||
$(TARGET_GENERATED_BOOTANIMATION): INTERMEDIATES := $(call intermediates-dir-for,BOOTANIMATION,bootanimation)
|
|
||||||
$(TARGET_GENERATED_BOOTANIMATION): $(SOONG_ZIP)
|
|
||||||
@echo "Building bootanimation.zip"
|
|
||||||
@rm -rf $(dir $@)
|
|
||||||
@mkdir -p $(INTERMEDIATES)
|
|
||||||
$(hide) tar xfp vendor/lineage/bootanimation/bootanimation.tar -C $(INTERMEDIATES)
|
|
||||||
$(hide) if [ $(TARGET_SCREEN_HEIGHT) -lt $(TARGET_SCREEN_WIDTH) ]; then \
|
|
||||||
IMAGEWIDTH=$(TARGET_SCREEN_HEIGHT); \
|
|
||||||
else \
|
|
||||||
IMAGEWIDTH=$(TARGET_SCREEN_WIDTH); \
|
|
||||||
fi; \
|
|
||||||
IMAGESCALEWIDTH=$$IMAGEWIDTH; \
|
|
||||||
IMAGESCALEHEIGHT=$$(expr $$IMAGESCALEWIDTH / 3); \
|
|
||||||
if [ "$(TARGET_BOOTANIMATION_HALF_RES)" = "true" ]; then \
|
|
||||||
IMAGEWIDTH="$$(expr "$$IMAGEWIDTH" / 2)"; \
|
|
||||||
fi; \
|
|
||||||
IMAGEHEIGHT=$$(expr $$IMAGEWIDTH / 3); \
|
|
||||||
RESOLUTION="$$IMAGEWIDTH"x"$$IMAGEHEIGHT"; \
|
|
||||||
prebuilts/tools-lineage/${HOST_OS}-x86/bin/mogrify -resize $$RESOLUTION -colors 256 $(INTERMEDIATES)/*/*.png; \
|
|
||||||
echo "$$IMAGESCALEWIDTH $$IMAGESCALEHEIGHT 60" > $(INTERMEDIATES)/desc.txt; \
|
|
||||||
cat vendor/lineage/bootanimation/desc.txt >> $(INTERMEDIATES)/desc.txt
|
|
||||||
$(hide) $(SOONG_ZIP) -L 0 -o $@ -C $(INTERMEDIATES) -D $(INTERMEDIATES)
|
|
||||||
|
|
||||||
ifeq ($(TARGET_BOOTANIMATION),)
|
|
||||||
TARGET_BOOTANIMATION := $(TARGET_GENERATED_BOOTANIMATION)
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_MODULE := bootanimation.zip
|
|
||||||
LOCAL_MODULE_CLASS := ETC
|
|
||||||
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/media
|
|
||||||
|
|
||||||
include $(BUILD_SYSTEM)/base_rules.mk
|
|
||||||
|
|
||||||
$(LOCAL_BUILT_MODULE): $(TARGET_BOOTANIMATION)
|
|
||||||
@cp $(TARGET_BOOTANIMATION) $@
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
|
|
||||||
BOOTANIMATION_SYMLINK := $(TARGET_OUT_PRODUCT)/media/bootanimation-dark.zip
|
|
||||||
$(BOOTANIMATION_SYMLINK): $(LOCAL_INSTALLED_MODULE)
|
|
||||||
@mkdir -p $(dir $@)
|
|
||||||
$(hide) ln -sf bootanimation.zip $@
|
|
||||||
|
|
||||||
ALL_DEFAULT_INSTALLED_MODULES += $(BOOTANIMATION_SYMLINK)
|
|
|
@ -1,17 +0,0 @@
|
||||||
#
|
|
||||||
# Copyright (C) 2017 The LineageOS Project
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/BOOTANIMATION)
|
|
Binary file not shown.
|
@ -1,3 +0,0 @@
|
||||||
c 1 0 part0
|
|
||||||
c 0 0 part1
|
|
||||||
c 1 0 part2
|
|
|
@ -105,12 +105,6 @@ ifneq ($(TARGET_DISABLE_EPPE),true)
|
||||||
$(call enforce-product-packages-exist-internal,$(wildcard device/*/$(LINEAGE_BUILD)/$(TARGET_PRODUCT).mk),product_manifest.xml rild Calendar Launcher3 Launcher3Go Launcher3QuickStep Launcher3QuickStepGo android.hidl.memory@1.0-impl.vendor vndk_apex_snapshot_package)
|
$(call enforce-product-packages-exist-internal,$(wildcard device/*/$(LINEAGE_BUILD)/$(TARGET_PRODUCT).mk),product_manifest.xml rild Calendar Launcher3 Launcher3Go Launcher3QuickStep Launcher3QuickStepGo android.hidl.memory@1.0-impl.vendor vndk_apex_snapshot_package)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Bootanimation
|
|
||||||
TARGET_SCREEN_WIDTH ?= 1080
|
|
||||||
TARGET_SCREEN_HEIGHT ?= 1920
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
bootanimation.zip
|
|
||||||
|
|
||||||
# Build Manifest
|
# Build Manifest
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
build-manifest
|
build-manifest
|
||||||
|
|
Loading…
Reference in a new issue