minimal-manifest-twrp / platform_manifest_twrp_aosp

Minimal manifest for building TWRP for devices shipped with Android 10+
282 stars 250 forks source link

mka recoveryimage builds successfully without actually making a recovery.img file #8

Closed google-mirror closed 2 years ago

google-mirror commented 2 years ago
repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-11
repo sync
git clone -b android-11 https://github.com/TeamWin/android_device_xiaomi_renoir.git device/xiaomi/renoir
export ALLOW_MISSING_DEPENDENCIES=true
source build/envsetup.sh
lunch twrp_renoir-eng
mka recoveryimage
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=127
TARGET_PRODUCT=twrp_renoir
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=generic
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv8-2a
TARGET_2ND_CPU_VARIANT=generic
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.4.0-81-generic-x86_64-Ubuntu-20.04.3-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=RQ1A.210205.004
OUT_DIR=out
PRODUCT_SOONG_NAMESPACES=device/xiaomi/renoir hardware/qcom-caf/bootctrl vendor/qcom/opensource/commonsys-intf/display
============================================
ninja: no work to do.

#### build completed successfully (01:42 (mm:ss)) ####