Been lurking on XDA for a while trying to soak up all the good info here. Finally decided to have a go at building a ROM from source. I'm using Ubuntu in a virtual machine, managed to setup my local repository, included necessary device tree and kernel with custom local manifest.
The build process fails at 99% on the very last step which is creating the flashable zip. I found it quite annoying after waiting 3 hours for it to build, but figured everything is there to create the zip. I then tried make otapackage and it successfully spat out a flashable zip.
I''m perfectly comfortable with command line interfaces but i'm a complete Linux noob, last time I experimented with a Unix flavour was Amix (Amiga port of UNIX System V R4) and couldn't wrap my head around it. Ubuntu is a lot friendlier but I still don't get what the error message is trying to tell me. Can anyone give me a clue?
Code:
[ 99% 16544/16545] build /home/nicholas/aospex/out/target/product/lithium/aosp_lithium-ota-19b2cd9547.zip
FAILED: /home/nicholas/aospex/out/target/product/lithium/aosp_lithium-ota-19b2cd9547.zip
/bin/bash -c "(echo \"Package OTA: /home/nicholas/aospex/out/target/product/lithium/aosp_lithium-ota-19b2cd9547.zip\" ) && (PATH=/home/nicholas/aospex/out/host/linux-x86/bin/:\$PATH MKBOOTIMG=/home/nicholas/aospex/out/host/linux-x86/bin/mkbootimg ./build/tools/releasetools/ota_from_target_files -v --block --extracted_input_target_files /home/nicholas/aospex/out/target/product/lithium/obj/PACKAGING/target_files_intermediates/aosp_lithium-target_files-19b2cd9547 -p /home/nicholas/aospex/out/host/linux-x86 -k build/target/product/security/testkey --backup=true /home/nicholas/aospex/out/target/product/lithium/obj/PACKAGING/target_files_intermediates/aosp_lithium-target_files-19b2cd9547.zip /home/nicholas/aospex/out/target/product/lithium/aosp_lithium-ota-19b2cd9547.zip )"
Package OTA: /home/nicholas/aospex/out/target/product/lithium/aosp_lithium-ota-19b2cd9547.zip
running: openssl pkcs8 -in build/target/product/security/testkey.pk8 -inform DER -nocrypt
--- target info ---
blockimgdiff_versions = (str) 3,4
blocksize = (int) 262144
boot_size = (int) 67108864
build.prop = (dict) {'ro.build.display.id': 'aosp_lithium-userdebug 8.1.0 OPM6.171019.030.H1 19b2cd9547 test-keys', 'ro.wifi.channels': '', 'ro.treble.enabled': 'false', 'ro.modversion': 'AospExtended-v5.8-20180818-2322-UNOFFICIAL', 'ro.build.id': 'OPM6.171019.030.H1', 'ro.product.cpu.abilist': 'arm64-v8a,armeabi-v7a,armeabi', 'ro.build.product': 'lithium', 'ro.build.host': 'nicholas-VirtualBox', 'ro.product.name': 'lithium', 'ro.build.version.security_patch': '2018-08-05', 'ro.product.manufacturer': 'Xiaomi', 'ro.extended.display.version': 'AospExtended-v5.8-UNOFFICIAL', 'ro.product.cpu.abilist32': 'armeabi-v7a,armeabi', 'ro.build.version.incremental': '19b2cd9547', 'ro.build.version.preview_sdk': '0', 'dalvik.vm.isa.arm.features': 'default', 'ro.build.tags': 'test-keys', 'dalvik.vm.isa.arm64.variant': 'kryo', 'ro.aex.device': 'lithium', 'ro.build.version.sdk': '27', 'ro.extended.releasetype': 'UNOFFICIAL', 'ro.build.date': 'Sun Aug 19 00:22:22 BST 2018', 'dalvik.vm.isa.arm.variant': 'kryo', 'dalvik.vm.lockprof.threshold': '500', 'ro.product.locale': 'en-US', 'ro.build.fingerprint': 'Xiaomi/lithium/lithium:7.0/NRD90M/V9.5.5.0.NAAMIFA:user/release-keys', 'ro.build.date.utc': '1534634542', 'ro.build.characteristics': 'default', 'ro.product.cpu.abilist64': 'arm64-v8a', 'ro.build.expect.modem': '2018-07-04 19:18:52,8.7.5', 'ro.build.user': 'nicholas', 'dalvik.vm.isa.arm64.features': 'default', 'ro.expect.recovery_id': '0xeed4e453264d12e67c8b4daa242b8636714b9623000000000000000000000000', 'ro.product.device': 'lithium', 'ro.build.version.all_codenames': 'REL', 'dalvik.vm.stack-trace-dir': '/data/anr', 'ro.build.description': 'lithium-user 7.0 NRD90M V9.5.5.0.NAAMIFA release-keys', 'ro.build.flavor': 'aosp_lithium-userdebug', 'ro.product.cpu.abi': 'arm64-v8a', 'ro.bionic.ld.warning': '1', 'ro.product.brand': 'Xiaomi', 'persist.sys.dalvik.vm.lib.2': 'libart.so', 'ro.build.version.release': '8.1.0', 'ro.build.version.codename': 'REL', 'ro.extended.version': 'v5.8', 'media.recorder.show_manufacturer_and_model': 'true', 'ro.build.type': 'userdebug', 'ro.product.model': 'MI MIX', 'ro.build.version.base_os': '', 'net.bt.name': 'Android'}
default_system_dev_certificate = (str) build/target/product/security/testkey
device_type = (str) MMC
ext_mkuserimg = (str) mkuserimg_mke2fs.sh
extfs_sparse_flag = (str) -s
fs_type = (str) ext4
fstab = (dict) {'none': <common.Partition object at 0x7f3adc335350>, '/cache': <common.Partition object at 0x7f3adc32d9d0>, '/boot': <common.Partition object at 0x7f3adc32d910>, '/system': <common.Partition object at 0x7f3adc32d990>, '/dsp': <common.Partition object at 0x7f3adc32dc10>, '/frp': <common.Partition object at 0x7f3adc3352d0>, '/persist': <common.Partition object at 0x7f3adc32da90>, '/recovery': <common.Partition object at 0x7f3adc32d950>, '/firmware': <common.Partition object at 0x7f3adc32dc50>, '/bt_firmware': <common.Partition object at 0x7f3adc32dc90>, '/misc': <common.Partition object at 0x7f3adc335310>, '/data': <common.Partition object at 0x7f3adc32da10>, '/vendor': <common.Partition object at 0x7f3adc32da50>}
fstab_version = (int) 2
mkbootimg_args = (str)
mkbootimg_version_args = (str) --os_version 8.1.0 --os_patch_level 2018-08-05
multistage_support = (str) 1
ota_override_device = (str) lithium
recovery_api_version = (int) 3
recovery_as_boot = (str)
recovery_mount_options = (str) ext4=max_batch_time=0,commit=1,data=ordered,barrier=1,errors=panic,nodelalloc
recovery_size = (int) 67108864
selinux_fc = (str) /home/nicholas/aospex/out/target/product/lithium/obj/PACKAGING/target_files_intermediates/aosp_lithium-target_files-19b2cd9547/META/file_contexts.bin
squashfs_sparse_flag = (str) -s
system_size = (int) 3221225472
tool_extensions = (str) device/xiaomi/msm8996-common
use_set_metadata = (str) 1
userdata_size = (int) 58846064640
vendor_fs_type = (str) ext4
vendor_size = (int) 872415232
(using device-specific extensions from target_files)
--- can't determine the cache partition size ---
loaded device-specific extensions from /home/nicholas/aospex/out/target/product/lithium/obj/PACKAGING/target_files_intermediates/aosp_lithium-target_files-19b2cd9547/META/releasetools.py
using prebuilt recovery.img from IMAGES...
Traceback (most recent call last):
File "./build/tools/releasetools/ota_from_target_files", line 1647, in <module>
main(sys.argv[1:])
File "./build/tools/releasetools/ota_from_target_files", line 1602, in main
WriteFullOTAPackage(input_zip, output_zip)
File "./build/tools/releasetools/ota_from_target_files", line 570, in WriteFullOTAPackage
system_tgt = GetImage("system", OPTIONS.input_tmp)
File "./build/tools/releasetools/ota_from_target_files", line 328, in GetImage
return sparse_img.SparseImage(path, mappath, clobbered_blocks)
File "/home/nicholas/aospex/build/make/tools/releasetools/sparse_img.py", line 39, in __init__
header = struct.unpack("<I4H4I", header_bin)
struct.error: unpack requires a string argument of length 28
ninja: build stopped: subcommand failed.
01:55:58 ninja failed with: exit status 1
I think my repo didnt sync properly, i did make clobber and then repo sync and everything works fine now!
Evolution X 7.9 for the Pixel 4a (5G) [bramble]
Code:
/*
* Your warranty is void. Or valid, probably?
*
* I am not responsible for bricked devices, dead SD cards, Ebolation X,
* thermonuclear war, or the current economic crisis caused by you following
* these directions. YOU are choosing to make these modifications, and if
* you point your finger at me for messing up your device, I will LMAO at you.
*/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Keep Evolving
Pixel UI, customization, and more, we are Evolution X!
- Team Evolution X -
@joeyhuab (Founder/Lead Developer)
@RealAkito(Project Manager/Co-Founder)
@AnierinB (Project Specialist/Co-Founder)
Reach us on Twitter! @EvolutionXROM
Just flash and check "The Evolver". We have tons of features combined together from different ROMs.
What are our features?
Spoiler: Click to see all features!
Themes
- Vivid Theme (Black theme/Vibrant monet)
- Dark Theme Schedules
- System Fonts (53 Styles)
- SB Icon Packs (10 Styles)
- SB Signal Icon Packs (14 Styles)
- SB WiFi Icon Packs (10 Styles)
- System Icon Packs (16 Styles)
Statusbar
- System SB UI Tuner
- Clock Styles (Right, Center, Left)
- Clock & Date Configs (Auto Hide, Seconds, AM/PM, Date Postion/Case/Format)
- Network Traffic Indicators
- Battery Icon (10 Styles, 3 Percentage Options)
- SB Logo Pack (28 Styles)
- Data Disabled Icon (On/Off)
- Old Style Mobile Data
- 4G Instead Of LTE
Notifications
- Alert Slider Notifications (OnePlus Only)
- ReTicker
- Heads Up
- Notification Count
- Notification Sound If Active
- Notification Headers
- Kill App Button
- Blink Flashlight For Incoming Call
- In-Call-Vibrations (Connect, Waiting, Disconnect)
Quick Settings
- Date
- Secure QS
- Battery Estimates
- Quick QS Pulldown
- Smart Pulldown
- Album Art Media Background (Blur, Transparency)
- Brightness Slider (Bottom, Hidden, Auto Icon)
- QS Footer Warnings
- User Account
- Edit Icon
- Power Menu Shortcut
- Running Services Shortcut
- Settings Shortcut
- Clear All Button (9 Styles, 4 Backgrounds)
Power Menu
- System Settings ( Hold PWR Assistant + Hold Duration)
- Power
- Restart
- Advanced Reboot Options
- Screenshot
- On-The-Go Mode
- Flashlight
- Settings
- Lock Down
- Emergency
- Device Controls
- Users
- Logout
- Bug Report
Gestures
- AOSP Gestures
- Swipe To Screenshot
- Brightness Control
- PWR Button Torch
- Double Tap To Sleep Status Bar
- Double Tap to Sleep Lockscreen
- Double Tap to Wake On Doze
- Back Gesture Animation Toggle
- IME Space Disabler
- Swipe To Invoke Assistant
- Left/Right Sensitivity
- Back Gesture Height Region
- Pill Length
Lockscreen
- UDFPS Haptic Feedback
- Ambient Edge Lighting
- LS Charging Info
- Hide SB
- Hide QS
- Media Cover Art
- UDFPS Ripple Effect
Buttons
- On-Screen NavBar
- Arrow Keys While Typing On 3 Button Layout
- Compact 3 Button Layout
- Invert 3 Button Layout
- Show Vol Panel On Left Side
- Per App Vol Control
- Volume Steps Configs (Alarm, DTMF, Media, Notification, Ringer, System, Voice Call)
- Volume Rocker Wake
- Keyboard Cursor Control
Miscellaneous
- Game Space (Custom)
- Launch Music App On Headset Connect
- Screen Off Animation (Default, CRT, Scale)
- Unlimited Photos Storage
- Unlock Higher FPS In Games
- Jitter Test
- Show Tempature Warning
- Ignore Secure Window Flags
- Ignore Window Secure Flags
- Show CPU Info
- Toast App Icon
- Default USB Configuration
- Radio Info
you tell me
PLEASE DO NOT FLASH GAPPS, THEY ARE ALREADY INCLUDED
First Time Install / Clean Flash
1. Download flashable ZIP, boot.img, vendor_boot.img
2. Reboot to bootloader
3. fastboot flash boot boot.img
4. fastboot flash vendor_boot vendor_boot.img
5. Reboot to Recovery
6. Tap "Factory reset" -> "Format data/factory reset"
7. Flash the ROM
8. Reboot to System and #KeepEvolving
Update / Dirty Flash
1. Download flashable ZIP
2. Reboot to Recovery
3. Flash the ROM
4. Reboot to System and #KeepEvolving
Download
Donate to me! / Official Chat
Android OS version: 13
Security patch level: May 2023
Build Author: lahaina
Source Code: https://github.com/Evolution-X
Device Tree: https://github.com/nattolecats/device_google_bramble
Common Tree: https://github.com/Evolution-X-Devices/device_google_redbull
Kernel Source Code: https://github.com/LineageOS/android_kernel_google_redbull
ROM Developer: joeyhuab
Update 20221201 - Deleted, because does not booting
very good rom i am trying to flash my phone
Silk Road said:
very good rom i am trying to flash my phone
Click to expand...
Click to collapse
Thanks!
Enjoy Evolution X
rom很好用,希望有時間更新
Silk Road said:
rom很好用,希望有時間更新
Click to expand...
Click to collapse
你好。 Evolution X 的 12 月安全补丁已经发布。 我会在不久的将来尝试构建它。
Mod translation: Hi. The December security patch for Evolution X has been released. I'll try to build it in the near future.
This rom has serious issues w/ the cell radio, I'm not sure if this is expected or not.
@nattolecats I'd love to try the new build when you get around to it!
Hey, I used this build for around 1 month.
I really liked, it was smooth and had some QoL changes that I loved. Had some problems with zygisk but were quickly fixed with universal magisk fix. I can't say about the battery because I already have a terrible battery that I gotta change.
So, thank you for porting this rom to this phone and making alive the scene. I changed because of more recent updates, but I appreciate your work.
lovebats said:
This rom has serious issues w/ the cell radio, I'm not sure if this is expected or not.
@nattolecats I'd love to try the new build when you get around to it!
Click to expand...
Click to collapse
Oops, I have installed and using it, but I don't see such a phenomenon.
I recommend a clean install
Is this ROM still being updated? I'm forever jumping around and just want something stable with long-term support. Or at least as long term as can be expected these days.
Hymix said:
Is this ROM still being updated? I'm forever jumping around and just want something stable with long-term support. Or at least as long term as can be expected these days.
Click to expand...
Click to collapse
Yes , I tried 1 month ago but not buildable.
But I'll try again today. Please wait patient.
Spoiler: Log
Log:
FAILED: evolution: /home/lahaina/evo/tiramisu/out/target/product/bramble/evolution_bramble-ota-tq1a.221205.011-01012139-unofficial-unsigned.zip
Outputs: /home/lahaina/evo/tiramisu/out/target/product/bramble/evolution_bramble-ota-tq1a.221205.011-01012139-unofficial-unsigned.zip
Error: exited with code: 1
Command: /bin/bash -c "(/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files --verbose --block -p /home/lahaina/evo/tiramisu/out/host/linux-x86 /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip /home/lahaina/evo/tiramisu/out/target/product/bramble/evolution_bramble-ota-tq1a.221205.011-01012139-unofficial-unsigned.zip ) && (md5sum /home/lahaina/evo/tiramisu/out/target/product/bramble/evolution_bramble-ota-tq1a.221205.011-01012139-unofficial-unsigned.zip | sed \"s|/home/lahaina/evo/tiramisu/out/target/product/bramble/||\" > /home/lahaina/evo/tiramisu/out/target/product/bramble/evolution_bramble-ota-tq1a.221205.011-01012139-unofficial-unsigned.zip.md5sum ) && (echo \"Creating json OTA...\" ) && (./vendor/evolution/tools/generate_json_build_info.sh /home/lahaina/evo/tiramisu/out/target/product/bramble/evolution_bramble-ota-tq1a.221205.011-01012139-unofficial-unsigned.zip ) && (echo \"Generating changelog for unsigned\" ) && (./vendor/evolution/tools/changelog.sh ) && (mv Changelog.txt /home/lahaina/evo/tiramisu/out/target/product/bramble/evolution_bramble-ota-tq1a.221205.011-01012139-unofficial-unsigned.zip.txt )"
Output:
2023-01-02 01:10:39 - common.py - WARNING : Failed to read SYSTEM/etc/build.prop
2023-01-02 01:10:39 - common.py - WARNING : Failed to read VENDOR/etc/build.prop
2023-01-02 01:10:39 - common.py - WARNING : Failed to read ODM/etc/build.prop
2023-01-02 01:10:39 - common.py - WARNING : Failed to read ODM/build.prop
2023-01-02 01:10:39 - common.py - WARNING : Failed to read build.prop for partition odm
2023-01-02 01:10:39 - common.py - WARNING : Failed to read VENDOR_DLKM/etc/build.prop
2023-01-02 01:10:39 - common.py - WARNING : Failed to read VENDOR_DLKM/build.prop
2023-01-02 01:10:39 - common.py - WARNING : Failed to read build.prop for partition vendor_dlkm
2023-01-02 01:10:39 - common.py - WARNING : Failed to read ODM_DLKM/etc/build.prop
2023-01-02 01:10:39 - common.py - WARNING : Failed to read ODM_DLKM/build.prop
2023-01-02 01:10:39 - common.py - WARNING : Failed to read build.prop for partition odm_dlkm
2023-01-02 01:10:39 - common.py - WARNING : Failed to read SYSTEM_DLKM/etc/build.prop
2023-01-02 01:10:39 - common.py - WARNING : Failed to read SYSTEM_DLKM/build.prop
2023-01-02 01:10:39 - common.py - WARNING : Failed to read build.prop for partition system_dlkm
2023-01-02 01:10:41 - common.py - INFO : Running: "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/unpack_bootimg --boot_img /home/lahaina/evo/tiramisu/out/soong/.temp/boot.imgdgqpiwyl --out /home/lahaina/evo/tiramisu/out/soong/.temp/boot_94_nif9d.img"
2023-01-02 01:10:43 - common.py - INFO : Running: "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/lz4 -d /home/lahaina/evo/tiramisu/out/soong/.temp/boot_94_nif9d.img/ramdisk /home/lahaina/evo/tiramisu/out/soong/.temp/boot_94_nif9d.img/uncompressed_ramdisk"
2023-01-02 01:10:43 - common.py - INFO : Running: "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/toybox cpio -F /home/lahaina/evo/tiramisu/out/soong/.temp/boot_94_nif9d.img/uncompressed_ramdisk -i"
2023-01-02 01:10:44 - common.py - WARNING : Failed to read IMAGES/init_boot.img
2023-01-02 01:10:44 - ota_from_target_files.py - INFO : --- target info ---
2023-01-02 01:10:44 - common.py - INFO : ab_partitions = (list) ['abl', 'aop', 'boot', 'devcfg', 'dtbo', 'featenabler', 'hyp', 'keymaster', 'modem', 'product', 'qupfw', 'system', 'system_ext', 'tz', 'uefisecapp', 'vbmeta', 'vbmeta_system', 'vendor', 'vendor_boot', 'xbl', 'xbl_config', '']
2023-01-02 01:10:44 - common.py - INFO : ab_update = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_avbtool = (str) avbtool
2023-01-02 01:10:44 - common.py - INFO : avb_boot_add_hash_footer_args = (str) --prop com.android.build.boot.os_version:13 --prop com.android.build.boot.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys --rollback_index 1670198400
2023-01-02 01:10:44 - common.py - INFO : avb_boot_algorithm = (str) SHA256_RSA2048
2023-01-02 01:10:44 - common.py - INFO : avb_boot_key_path = (str) external/avb/test/data/testkey_rsa2048.pem
2023-01-02 01:10:44 - common.py - INFO : avb_boot_rollback_index_location = (str) 2
2023-01-02 01:10:44 - common.py - INFO : avb_boot_salt = (str) 5a6831c7b9ff9ab00b8260f4c6584a5dcbf2062bafb0e0ffc8e72bc388e21048
2023-01-02 01:10:44 - common.py - INFO : avb_building_vbmeta_image = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_dtbo_add_hash_footer_args = (str) --prop com.android.build.dtbo.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys
2023-01-02 01:10:44 - common.py - INFO : avb_enable = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_init_boot_add_hash_footer_args = (str) --prop com.android.build.init_boot.os_version:13 --prop com.android.build.init_boot.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys
2023-01-02 01:10:44 - common.py - INFO : avb_init_boot_salt = (str) 5a6831c7b9ff9ab00b8260f4c6584a5dcbf2062bafb0e0ffc8e72bc388e21048
2023-01-02 01:10:44 - common.py - INFO : avb_odm_add_hashtree_footer_args = (str) --hash_algorithm sha256 --prop com.android.build.odm.os_version:13 --prop com.android.build.odm.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys
2023-01-02 01:10:44 - common.py - INFO : avb_odm_dlkm_add_hashtree_footer_args = (str) --hash_algorithm sha256 --prop com.android.build.odm_dlkm.os_version:13 --prop com.android.build.odm_dlkm.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys
2023-01-02 01:10:44 - common.py - INFO : avb_odm_dlkm_hashtree_enable = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_odm_dlkm_salt = (str) 5a6831c7b9ff9ab00b8260f4c6584a5dcbf2062bafb0e0ffc8e72bc388e21048
2023-01-02 01:10:44 - common.py - INFO : avb_odm_hashtree_enable = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_odm_salt = (str) 5a6831c7b9ff9ab00b8260f4c6584a5dcbf2062bafb0e0ffc8e72bc388e21048
2023-01-02 01:10:44 - common.py - INFO : avb_product_add_hashtree_footer_args = (str) --hash_algorithm sha256 --prop com.android.build.product.os_version:13 --prop com.android.build.product.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys --prop com.android.build.product.security_patch:2022-12-05
2023-01-02 01:10:44 - common.py - INFO : avb_product_hashtree_enable = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_product_salt = (str) 5a6831c7b9ff9ab00b8260f4c6584a5dcbf2062bafb0e0ffc8e72bc388e21048
2023-01-02 01:10:44 - common.py - INFO : avb_recovery_add_hash_footer_args = (str) --prop com.android.build.recovery.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys
2023-01-02 01:10:44 - common.py - INFO : avb_system_add_hashtree_footer_args = (str) --hash_algorithm sha256 --prop com.android.build.system.os_version:13 --prop com.android.build.system.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys --prop com.android.build.system.security_patch:2022-12-05
2023-01-02 01:10:44 - common.py - INFO : avb_system_dlkm_add_hashtree_footer_args = (str) --hash_algorithm sha256 --prop com.android.build.system_dlkm.os_version:13 --prop com.android.build.system_dlkm.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys
2023-01-02 01:10:44 - common.py - INFO : avb_system_dlkm_hashtree_enable = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_system_dlkm_salt = (str) 5a6831c7b9ff9ab00b8260f4c6584a5dcbf2062bafb0e0ffc8e72bc388e21048
2023-01-02 01:10:44 - common.py - INFO : avb_system_ext_add_hashtree_footer_args = (str) --hash_algorithm sha256 --prop com.android.build.system_ext.os_version:13 --prop com.android.build.system_ext.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys --prop com.android.build.system_ext.security_patch:2022-12-05
2023-01-02 01:10:44 - common.py - INFO : avb_system_ext_hashtree_enable = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_system_ext_salt = (str) 5a6831c7b9ff9ab00b8260f4c6584a5dcbf2062bafb0e0ffc8e72bc388e21048
2023-01-02 01:10:44 - common.py - INFO : avb_system_hashtree_enable = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_system_other_add_hashtree_footer_args = (str) --hash_algorithm sha256 --rollback_index 1670198400
2023-01-02 01:10:44 - common.py - INFO : avb_system_other_algorithm = (str) SHA256_RSA4096
2023-01-02 01:10:44 - common.py - INFO : avb_system_other_hashtree_enable = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_system_other_key_path = (str) external/avb/test/data/testkey_rsa4096.pem
2023-01-02 01:10:44 - common.py - INFO : avb_system_salt = (str) 5a6831c7b9ff9ab00b8260f4c6584a5dcbf2062bafb0e0ffc8e72bc388e21048
2023-01-02 01:10:44 - common.py - INFO : avb_vbmeta_algorithm = (str) SHA256_RSA4096
2023-01-02 01:10:44 - common.py - INFO : avb_vbmeta_args = (str) --flags 3 --padding_size 4096 --rollback_index 1670198400
2023-01-02 01:10:44 - common.py - INFO : avb_vbmeta_key_path = (str) external/avb/test/data/testkey_rsa4096.pem
2023-01-02 01:10:44 - common.py - INFO : avb_vbmeta_system = (str) system system_ext product
2023-01-02 01:10:44 - common.py - INFO : avb_vbmeta_system_algorithm = (str) SHA256_RSA2048
2023-01-02 01:10:44 - common.py - INFO : avb_vbmeta_system_args = (str) --padding_size 4096 --rollback_index 1670198400
2023-01-02 01:10:44 - common.py - INFO : avb_vbmeta_system_key_path = (str) external/avb/test/data/testkey_rsa2048.pem
2023-01-02 01:10:44 - common.py - INFO : avb_vbmeta_system_rollback_index_location = (str) 1
2023-01-02 01:10:44 - common.py - INFO : avb_vendor_add_hashtree_footer_args = (str) --hash_algorithm sha256 --prop com.android.build.vendor.os_version:13 --prop com.android.build.vendor.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys --prop com.android.build.vendor.security_patch:2022-12-05
2023-01-02 01:10:44 - common.py - INFO : avb_vendor_boot_add_hash_footer_args = (str) --prop com.android.build.vendor_boot.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys
2023-01-02 01:10:44 - common.py - INFO : avb_vendor_dlkm_add_hashtree_footer_args = (str) --hash_algorithm sha256 --prop com.android.build.vendor_dlkm.os_version:13 --prop com.android.build.vendor_dlkm.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys
2023-01-02 01:10:44 - common.py - INFO : avb_vendor_dlkm_hashtree_enable = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_vendor_dlkm_salt = (str) 5a6831c7b9ff9ab00b8260f4c6584a5dcbf2062bafb0e0ffc8e72bc388e21048
2023-01-02 01:10:44 - common.py - INFO : avb_vendor_hashtree_enable = (str) true
2023-01-02 01:10:44 - common.py - INFO : avb_vendor_kernel_boot_add_hash_footer_args = (str) --prop com.android.build.vendor_kernel_boot.fingerprint:google/bramble/bramble:13/TQ1A.221205.011/9244662:user/release-keys
2023-01-02 01:10:44 - common.py - INFO : avb_vendor_salt = (str) 5a6831c7b9ff9ab00b8260f4c6584a5dcbf2062bafb0e0ffc8e72bc388e21048
2023-01-02 01:10:44 - common.py - INFO : blockimgdiff_versions = (str) 3,4
2023-01-02 01:10:44 - common.py - INFO : blocksize = (int) 131072
2023-01-02 01:10:44 - common.py - INFO : board_builds_vendorimage = (str) true
2023-01-02 01:10:44 - common.py - INFO : board_uses_vendorimage = (str) true
2023-01-02 01:10:44 - common.py - INFO : boot.build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d299a80>
2023-01-02 01:10:44 - common.py - INFO : boot_images = (str) boot.img
2023-01-02 01:10:44 - common.py - INFO : boot_size = (int) 100663296
2023-01-02 01:10:44 - common.py - INFO : build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d2997b0>
2023-01-02 01:10:44 - common.py - INFO : build_super_empty_partition = (str) true
2023-01-02 01:10:44 - common.py - INFO : build_type = (str) userdebug
2023-01-02 01:10:44 - common.py - INFO : building_oem_image = (str)
2023-01-02 01:10:44 - common.py - INFO : building_product_image = (str) true
2023-01-02 01:10:44 - common.py - INFO : building_system_ext_image = (str) true
2023-01-02 01:10:44 - common.py - INFO : building_system_image = (str) true
2023-01-02 01:10:44 - common.py - INFO : building_system_other_image = (str) true
2023-01-02 01:10:44 - common.py - INFO : building_userdata_image = (str) true
2023-01-02 01:10:44 - common.py - INFO : building_vendor_image = (str) true
2023-01-02 01:10:44 - common.py - INFO : default_system_dev_certificate = (str) build/make/target/product/security/testkey
2023-01-02 01:10:44 - common.py - INFO : dtbo_size = (str) 16777216
2023-01-02 01:10:44 - common.py - INFO : dynamic_partition_list = (str) system product system_ext vendor
2023-01-02 01:10:44 - common.py - INFO : erofs_sparse_flag = (str) -s
2023-01-02 01:10:44 - common.py - INFO : ext_mkuserimg = (str) mkuserimg_mke2fs
2023-01-02 01:10:44 - common.py - INFO : extfs_sparse_flag = (str) -s
2023-01-02 01:10:44 - common.py - INFO : f2fs_sparse_flag = (str) -S
2023-01-02 01:10:44 - common.py - INFO : fs_type = (str) ext4
2023-01-02 01:10:44 - common.py - INFO : fstab = (NoneType) None
2023-01-02 01:10:44 - common.py - INFO : fstab_version = (int) 2
2023-01-02 01:10:44 - common.py - INFO : has_dtbo = (str) true
2023-01-02 01:10:44 - common.py - INFO : init_boot.build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d299930>
2023-01-02 01:10:44 - common.py - INFO : lpmake = (str) lpmake
2023-01-02 01:10:44 - common.py - INFO : lz4_ramdisks = (str) true
2023-01-02 01:10:44 - common.py - INFO : mkbootimg_args = (str) --header_version 3
2023-01-02 01:10:44 - common.py - INFO : mkbootimg_init_args = (str)
2023-01-02 01:10:44 - common.py - INFO : mkbootimg_version_args = (str) --os_version 13 --os_patch_level 2022-12-05
2023-01-02 01:10:44 - common.py - INFO : multistage_support = (str) 1
2023-01-02 01:10:44 - common.py - INFO : needs_casefold = (str) 1
2023-01-02 01:10:44 - common.py - INFO : needs_projid = (str) 1
2023-01-02 01:10:44 - common.py - INFO : no_recovery = (str) true
2023-01-02 01:10:44 - common.py - INFO : odm.build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d2998a0>
2023-01-02 01:10:44 - common.py - INFO : odm_dlkm.build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d299780>
2023-01-02 01:10:44 - common.py - INFO : oem_selinux_fc = (str) /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/ETC/file_contexts.bin_intermediates/file_contexts.bin
2023-01-02 01:10:44 - common.py - INFO : product.build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d299840>
2023-01-02 01:10:44 - common.py - INFO : product_extfs_inode_count = (str) -1
2023-01-02 01:10:44 - common.py - INFO : product_fs_type = (str) ext4
2023-01-02 01:10:44 - common.py - INFO : product_reserved_size = (str) 614400000
2023-01-02 01:10:44 - common.py - INFO : product_selinux_fc = (str) /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/ETC/file_contexts.bin_intermediates/file_contexts.bin
2023-01-02 01:10:44 - common.py - INFO : recovery_api_version = (int) 3
2023-01-02 01:10:44 - common.py - INFO : recovery_mkbootimg_args = (str) --header_version 3
2023-01-02 01:10:44 - common.py - INFO : recovery_mount_options = (str) ext4=max_batch_time=0,commit=1,data=ordered,barrier=1,errors=panic,nodelalloc
2023-01-02 01:10:44 - common.py - INFO : root_dir = (str) /home/lahaina/evo/tiramisu/out/target/product/bramble/root
2023-01-02 01:10:44 - common.py - INFO : squashfs_sparse_flag = (str) -s
2023-01-02 01:10:44 - common.py - INFO : super_block_devices = (str) super
2023-01-02 01:10:44 - common.py - INFO : super_google_dynamic_partitions_group_size = (str) 5364514816
2023-01-02 01:10:44 - common.py - INFO : super_google_dynamic_partitions_partition_list = (str) system product system_ext vendor
2023-01-02 01:10:44 - common.py - INFO : super_metadata_device = (str) super
2023-01-02 01:10:44 - common.py - INFO : super_partition_error_limit = (str) 9231663104
2023-01-02 01:10:44 - common.py - INFO : super_partition_groups = (str) google_dynamic_partitions
2023-01-02 01:10:44 - common.py - INFO : super_partition_size = (str) 9755951104
2023-01-02 01:10:44 - common.py - INFO : super_super_device_size = (str) 9755951104
2023-01-02 01:10:44 - common.py - INFO : system.build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d2997b0>
2023-01-02 01:10:44 - common.py - INFO : system_dlkm.build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d2997e0>
2023-01-02 01:10:44 - common.py - INFO : system_ext.build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d299870>
2023-01-02 01:10:44 - common.py - INFO : system_ext_extfs_inode_count = (str) -1
2023-01-02 01:10:44 - common.py - INFO : system_ext_fs_type = (str) ext4
2023-01-02 01:10:44 - common.py - INFO : system_ext_reserved_size = (str) 92160000
2023-01-02 01:10:44 - common.py - INFO : system_ext_selinux_fc = (str) /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/ETC/file_contexts.bin_intermediates/file_contexts.bin
2023-01-02 01:10:44 - common.py - INFO : system_extfs_inode_count = (str) -1
2023-01-02 01:10:44 - common.py - INFO : system_other_disable_sparse = (str) true
2023-01-02 01:10:44 - common.py - INFO : system_reserved_size = (str) 1699856384
2023-01-02 01:10:44 - common.py - INFO : system_selinux_fc = (str) /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/ETC/file_contexts.bin_intermediates/file_contexts.bin
2023-01-02 01:10:44 - common.py - INFO : target_flatten_apex = (str) false
2023-01-02 01:10:44 - common.py - INFO : tool_extensions = (str) device/google/bramble/bramble/../common
2023-01-02 01:10:44 - common.py - INFO : use_dynamic_partition_size = (str) true
2023-01-02 01:10:44 - common.py - INFO : use_dynamic_partitions = (str) true
2023-01-02 01:10:44 - common.py - INFO : userdata_fs_type = (str) f2fs
2023-01-02 01:10:44 - common.py - INFO : userdata_selinux_fc = (str) /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/ETC/file_contexts.bin_intermediates/file_contexts.bin
2023-01-02 01:10:44 - common.py - INFO : userdata_size = (int) 10737418240
2023-01-02 01:10:44 - common.py - INFO : vbmeta_digest = (str) 590a49ee0c9cf8c51157a0d16171fcd4328f38fdee6c77f699e7d6351b83665e
2023-01-02 01:10:44 - common.py - INFO : vendor.build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d299810>
2023-01-02 01:10:44 - common.py - INFO : vendor_boot = (str) true
2023-01-02 01:10:44 - common.py - INFO : vendor_boot_size = (str) 0x06000000
2023-01-02 01:10:44 - common.py - INFO : vendor_disable_sparse = (str) true
2023-01-02 01:10:44 - common.py - INFO : vendor_dlkm.build.prop = (PartitionBuildProps) <common.PartitionBuildProps object at 0x7f8a9d299750>
2023-01-02 01:10:44 - common.py - INFO : vendor_fs_type = (str) ext4
2023-01-02 01:10:44 - common.py - INFO : vendor_selinux_fc = (str) /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/ETC/file_contexts.bin_intermediates/file_contexts.bin
2023-01-02 01:10:44 - common.py - INFO : vintf_enforce = (str) true
2023-01-02 01:10:44 - common.py - INFO : vintf_include_empty_vendor_sku = (str) true
2023-01-02 01:10:44 - common.py - INFO : virtual_ab = (str) true
2023-01-02 01:10:44 - common.py - INFO : Running: "openssl pkcs8 -in build/make/target/product/security/testkey.pk8 -inform DER -nocrypt"
2023-01-02 01:10:45 - ota_from_target_files.py - INFO : VABC XOR Not supported, disabling
2023-01-02 01:10:45 - check_target_files_vintf.py - INFO : Checking VINTF compatibility target files...
2023-01-02 01:10:45 - common.py - INFO : Running: "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/checkvintf --dump-file-list"
2023-01-02 01:10:45 - common.py - INFO : Running: "unzip -o -q /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip -d /home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn SYSTEM/etc/vintf/** VENDOR/etc/vintf/** PRODUCT/etc/vintf/** SYSTEM_EXT/etc/vintf/** VENDOR/odm/etc/** META/* */build.prop"
2023-01-02 01:10:45 - common.py - INFO : Running: "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/checkvintf --check-compat --dirmap /odm:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/odm --dirmap /product:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT --dirmap /system:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM --dirmap /system_ext:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT --dirmap /vendor:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR --kernel /home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/META/kernel_version.txt:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/META/kernel_configs.txt --property ro.product.first_api_level=30 --property ro.boot.product.hardware.sku= --property ro.boot.product.vendor.sku="
2023-01-02 01:10:45 - check_target_files_vintf.py - INFO : Command `checkvintf --check-compat --dirmap /odm:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/odm --dirmap /product:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT --dirmap /system:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM --dirmap /system_ext:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT --dirmap /vendor:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR --kernel /home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/META/kernel_version.txt:/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/META/kernel_configs.txt --property ro.product.first_api_level=30 --property ro.boot.product.hardware.sku= --property ro.boot.product.vendor.sku=` returns 'compatible'
2023-01-02 01:10:45 - check_target_files_vintf.py - INFO : stdout: Cannot parse "/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/META/kernel_version.txt" as kernel version, parsing as GKI kernel release.
Cannot parse "/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/META/kernel_version.txt" as GKI kernel release, parsing as kernel release
Cannot parse "/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/META/kernel_version.txt" as kernel release
Cannot parse "4.19.252-gf079254de6e9" as kernel version, parsing as GKI kernel release.
Cannot parse "4.19.252-gf079254de6e9" as GKI kernel release, parsing as kernel release
Successfully parsed content of /home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/META/kernel_version.txt: 4.19.252-gf079254de6e9
getFrameworkHalManifest: Reading VINTF information.
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest/android.system.keystore2-service.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest/manifest_media_c2_software.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT/etc/vintf/manifest.xml': NAME_NOT_FOUND
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT/etc/vintf/manifest/': NAME_NOT_FOUND
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT/etc/vintf/manifest.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT/etc/vintf/manifest/': NAME_NOT_FOUND
getDeviceHalManifest: Reading VINTF information.
Sysprop ro.boot.product.vendor.sku=
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/rebootescrow-citadel.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/android.hardware.drm-service.clearkey.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/android.hardware.contexthub-service.generic.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/nfc-service-default.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/android.hardware.wifi.hostapd.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/c2_manifest_vendor.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/vendor.qti.hardware.display.composer-service.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/android.hardware.vibrator-service.bramble.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/vendor.qti.hardware.display.allocator-service.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/manifest_wifi_ext.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/android.hardware.wifi.supplicant.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/pixel-display-default.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/android.hardware.usb-service.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/android.hardware.identity.strongbox.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/android.hardware.graphics.mapper-impl-qti-display.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/android.hardware.power-service.pixel.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/[email protected]': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/vendor.google.google_battery-default.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/manifest_input.processor-service.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/manifest/manifest_android.hardware.drm-service.widevine.xml': OK
Sysprop ro.boot.product.hardware.sku=
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/odm/etc/vintf/manifest.xml': NAME_NOT_FOUND
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/odm/etc/manifest.xml': NAME_NOT_FOUND
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/odm/etc/vintf/manifest/': NAME_NOT_FOUND
getDeviceHalManifest: Successfully processed VINTF information
getFrameworkHalManifest: Successfully processed VINTF information
fetched kernel level from RuntimeInfo ''
getFrameworkCompatibilityMatrix: Reading VINTF information.
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.device.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.7.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.4.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.6.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.5.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.3.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT/etc/vintf/manifest.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT/etc/vintf/compatibility_matrix.redbull.xml': OK
getFrameworkCompatibilityMatrix: Successfully processed VINTF information
getDeviceCompatibilityMatrix: Reading VINTF information.
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/VENDOR/etc/vintf/compatibility_matrix.xml': OK
getDeviceCompatibilityMatrix: Successfully processed VINTF information
fetched kernel version 4.19.252
read kernel configs from /home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/META/kernel_configs.txt
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.device.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.7.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.4.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.6.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.5.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.3.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT/etc/vintf/manifest.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT/etc/vintf/compatibility_matrix.redbull.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.device.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.7.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.4.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.6.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.5.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.3.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT/etc/vintf/manifest.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT/etc/vintf/compatibility_matrix.redbull.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.device.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/manifest.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.7.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.4.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.6.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.5.xml': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM/etc/vintf/compatibility_matrix.3.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/SYSTEM_EXT/etc/vintf/manifest.xml': OK
List '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT/etc/vintf/': OK
Fetch '/home/lahaina/evo/tiramisu/out/soong/.temp/targetfiles-hr06sjtn/PRODUCT/etc/vintf/compatibility_matrix.redbull.xml': OK
The following HALs in device manifest are not declared in FCM <= level 5:
[email protected]::IEffectsFactory/default
[email protected]::IDevicesFactory/default
[email protected]::IBootControl/default
android.hardware.camera.provider.ICameraProvider/internal/0 (@1)
android.hardware.contexthub.IContextHub/default (@1)
android.hardware.drm.IDrmFactory/clearkey (@1)
android.hardware.drm.IDrmFactory/widevine (@1)
android.hardware.identity.IIdentityCredentialStore/default (@4)
android.hardware.input.processor.IInputProcessor/default (@1)
android.hardware.nfc.INfc/default (@1)
android.hardware.power.IPower/default (@3)
android.hardware.usb.IUsb/default (@1)
android.hardware.vibrator.IVibrator/default (@2)
android.hardware.wifi.hostapd.IHostapd/default (@1)
android.hardware.wifi.supplicant.ISupplicant/default (@1)
[email protected]::IWifi/default
COMPATIBLE
2023-01-02 01:10:45 - check_target_files_vintf.py - INFO : stderr:
2023-01-02 01:10:45 - ota_from_target_files.py - WARNING : Source build doesn't support lz4diff, or source/target don't have compatible lz4diff versions. Disabling lz4diff.
2023-01-02 01:10:45 - common.py - INFO : Running: "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/brillo_update_payload generate --payload /home/lahaina/evo/tiramisu/out/soong/.temp/payload-l1pm5zge.bin --target_image /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip --enable_zucchini false --enable_lz4diff false --max_timestamp 1672576778 --partition_timestamps boot:1672576778,product:1672576778,system:1672576778,system_ext:1672576778,vendor:1672576778"
Extracting images for full update.
Detected .zip file, extracting Brillo image.
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.EI77U5/META/ab_partitions.txt
List of A/B partitions for DST_PARTITIONS: abl aop boot devcfg dtbo featenabler hyp keymaster modem product qupfw system system_ext tz uefisecapp vbmeta vbmeta_system vendor vendor_boot xbl xbl_config
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.PlQJgH/META/postinstall_config.txt
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.rYOM46/META/dynamic_partitions_info.txt
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.j9X1Ww/META/apex_info.pb
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.DzxLT3/RADIO/abl.img
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.vQfNNh/IMAGES/boot.img extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.4sKfQ8/RADIO/aop.img
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.Hq6Daz/RADIO/devcfg.img
Extracted DST_PARTITIONS[aop]: 196608 bytes
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.bA6jTj/IMAGES/dtbo.img Extracted DST_PARTITIONS[abl]: 1048576 bytes
Extracted DST_PARTITIONS[devcfg]: 45056 bytes
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.HBnwuX/RADIO/featenabler.img
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.pZRPBR/RADIO/hyp.img
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.QCdQIK/RADIO/keymaster.img
Extracted DST_PARTITIONS[hyp]: 413696 bytes
Extracted DST_PARTITIONS[featenabler]: 90112 bytes
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.FJDv6G/RADIO/modem.img Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.QcjVTr/IMAGES/product.img
Extracted DST_PARTITIONS[keymaster]: 249856 bytes
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.BWnIm9/RADIO/qupfw.img
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.JH3nBB/IMAGES/system.img Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.gWu6mJ/IMAGES/system_ext.img Extracted DST_PARTITIONS[qupfw]: 57344 bytes
Extracted DST_PARTITIONS[dtbo]: 16777216 bytes
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.ZRA13E/IMAGES/vbmeta.img
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.qPBh5l/RADIO/tz.img Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.lKUDKB/RADIO/uefisecapp.img
Extracted DST_PARTITIONS[vbmeta]: 8192 bytes
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.nRJnEd/IMAGES/vendor_boot.img Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.sMVdID/IMAGES/vbmeta_system.img
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.T42Am8/IMAGES/vendor.img Extracted DST_PARTITIONS[uefisecapp]: 126976 bytes
Extracted DST_PARTITIONS[tz]: 3031040 bytes
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.W5R9c5/RADIO/xbl.img Extracted DST_PARTITIONS[vbmeta_system]: 4096 bytes
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.udS8n2/RADIO/xbl_config.img
Extracted DST_PARTITIONS[xbl_config]: 81920 bytes
Extracted DST_PARTITIONS[xbl]: 3604480 bytes
Extracted DST_PARTITIONS[boot]: 100663296 bytes
Extracted DST_PARTITIONS[vendor_boot]: 100663296 bytes
Extracted DST_PARTITIONS[modem]: 153505792 bytes
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.zuol7f/IMAGES/vendor.map
Extracted DST_PARTITIONS[vendor]: 782548992 bytes
Converting Android sparse image system_ext.img to RAW.
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.VTmdSd/IMAGES/system_ext.map
Extracted DST_PARTITIONS[system_ext]: 599691264 bytes
Converting Android sparse image system.img to RAW.
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.VbWE4a/IMAGES/system.map
Extracted DST_PARTITIONS[system]: 2713640960 bytes
Converting Android sparse image product.img to RAW.
Archive: /home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip
extracting: /home/lahaina/evo/tiramisu/out/soong/.temp/TEMP.9OfSgc/IMAGES/product.map
Extracted DST_PARTITIONS[product]: 2728054784 bytes
Generating full update.
Running delta_generator with args: --out_file=/home/lahaina/evo/tiramisu/out/soong/.temp/payload-l1pm5zge.bin --partition_names=abl:aop:boot:devcfg:dtbo:featenabler:hyp:keymaster:modem:product:qupfw:system:system_ext:tz:uefisecapp:vbmeta:vbmeta_system:vendor:vendor_boot:xbl:xbl_config --new_partitions=/home/lahaina/evo/tiramisu/out/soong/.temp/abl.img.RYmhpp:/home/lahaina/evo/tiramisu/out/soong/.temp/aop.img.NZ0vSP:/home/lahaina/evo/tiramisu/out/soong/.temp/boot.img.qZSSOP:/home/lahaina/evo/tiramisu/out/soong/.temp/devcfg.img.Ck09Gn:/home/lahaina/evo/tiramisu/out/soong/.temp/dtbo.img.wxOXjl:/home/lahaina/evo/tiramisu/out/soong/.temp/featenabler.img.QfHJMP:/home/lahaina/evo/tiramisu/out/soong/.temp/hyp.img.EPbz6z:/home/lahaina/evo/tiramisu/out/soong/.temp/keymaster.img.F0JUoI:/home/lahaina/evo/tiramisu/out/soong/.temp/modem.img.LLR4Je:/home/lahaina/evo/tiramisu/out/soong/.temp/product.img.Ffq2GD:/home/lahaina/evo/tiramisu/out/soong/.temp/qupfw.img.WP8kB1:/home/lahaina/evo/tiramisu/out/soong/.temp/system.img.olDcnN:/home/lahaina/evo/tiramisu/out/soong/.temp/system_ext.img.5H6njG:/home/lahaina/evo/tiramisu/out/soong/.temp/tz.img.zS4g48:/home/lahaina/evo/tiramisu/out/soong/.temp/uefisecapp.img.nvWv2l:/home/lahaina/evo/tiramisu/out/soong/.temp/vbmeta.img.yE95Jh:/home/lahaina/evo/tiramisu/out/soong/.temp/vbmeta_system.img.33EToH:/home/lahaina/evo/tiramisu/out/soong/.temp/vendor.img.yhxN0I:/home/lahaina/evo/tiramisu/out/soong/.temp/vendor_boot.img.sL8ICt:/home/lahaina/evo/tiramisu/out/soong/.temp/xbl.img.0mXp8I:/home/lahaina/evo/tiramisu/out/soong/.temp/xbl_config.img.2z2APh --new_mapfiles=:::::::::/home/lahaina/evo/tiramisu/out/soong/.temp/product.map.cpWIrs::/home/lahaina/evo/tiramisu/out/soong/.temp/system.map.CXEvJB:/home/lahaina/evo/tiramisu/out/soong/.temp/system_ext.map.fUQRi6:::::/home/lahaina/evo/tiramisu/out/soong/.temp/vendor.map.GG3lau::: --major_version=2 --max_timestamp=1672576778 --partition_timestamps=boot:1672576778,product:1672576778,system:1672576778,system_ext:1672576778,vendor:1672576778 --new_postinstall_config_file=/home/lahaina/evo/tiramisu/out/soong/.temp/postinstall_config.uKBo91 --dynamic_partition_info_file=/home/lahaina/evo/tiramisu/out/soong/.temp/dynamic_partitions_info.6pLsHs --apex_info_file=/home/lahaina/evo/tiramisu/out/soong/.temp/apex_info.vhqKjW
[0102/011151.987464:ERROR:payload_generation_config.cc(236)] Sum of sizes in google_dynamic_partitions_partition_list is 6823936000, which is greater than google_dynamic_partitions_size (5364514816)
[0102/011151.987537:FATAL:generate_delta_main.cc(659)] Check failed: payload_config.target.ValidateDynamicPartitionMetadata().
/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/../lib64/libchrome.so(base::debug::StackTrace::StackTrace(unsigned long)+0x15) [0x7fa048c319b5]
/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/../lib64/libchrome.so(logging::LogMessage::~LogMessage()+0x97) [0x7fa048bb9e67]
/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/delta_generator(+0xe3469) [0x562882e37469]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fa048673083]
/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/delta_generator(+0xdf2b9) [0x562882e332b9]
/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/brillo_update_payload: 669 行: 664007 中止 LD_PRELOAD=${LD_PRELOAD}:${FLAGS_liblz4_path} "${GENERATOR}" "${GENERATOR_ARGS[@]}"
Traceback (most recent call last):
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/internal/stdlib/runpy.py", line 196, in _run_module_as_main
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/internal/stdlib/runpy.py", line 86, in _run_code
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/__main__.py", line 12, in <module>
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/internal/stdlib/runpy.py", line 196, in _run_module_as_main
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/internal/stdlib/runpy.py", line 86, in _run_code
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/ota_from_target_files.py", line 1648, in <module>
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/ota_from_target_files.py", line 1619, in main
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/ota_from_target_files.py", line 1252, in GenerateAbOtaPackage
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/ota_from_target_files.py", line 453, in Generate
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/ota_from_target_files.py", line 425, in _Run
File "/home/lahaina/evo/tiramisu/out/host/linux-x86/bin/ota_from_target_files/common.py", line 313, in RunAndCheckOutput
common.ExternalError: Failed to run command '['brillo_update_payload', 'generate', '--payload', '/home/lahaina/evo/tiramisu/out/soong/.temp/payload-l1pm5zge.bin', '--target_image', '/home/lahaina/evo/tiramisu/out/target/product/bramble/obj/PACKAGING/target_files_intermediates/evolution_bramble-target_files-eng.lahaina.zip', '--enable_zucchini', 'false', '--enable_lz4diff', 'false', '--max_timestamp', '1672576778', '--partition_timestamps', 'boot:1672576778,product:1672576778,system:1672576778,system_ext:1672576778,vendor:1672576778']' (exit code 134):
[/ISPOILER]
nattolecats said:
Yes , I tried 1 month ago but not buildable.
But I'll try again today. Please wait patient.
[
Click to expand...
Click to collapse
Great, thank you.
I always liked Evolution X in the past!
Update 20220127
- Updated to Evolution X 7.5 Menudo
- January 2023 security patch
- Pixel Launcher disabled and replaced to own launcher because extremely battery drains.
- Add pallarel space features
* this build needs clean flash, so please backup your data before flashing.
Sorry for late update!
Damn. I swear I was going to stay on lineage 19.1 cuz of how stable it is and how good the battery life is but as soon as I saw this update I had to flash. Lost all of my data and half of my evening trying to figure out what the heck is up with the cellular data, but as soon as I could get cellular data working I lost voice service, and my esim started working but then cut in and out every 5 minutes or so. Then when I would disable Wi-Fi both networks would crap out entirely. Reflash of lineage without going back to stock in between and both Sims work perfectly so it is definitely related to the ROM.
Yeedatoy said:
Damn. I swear I was going to stay on lineage 19.1 cuz of how stable it is and how good the battery life is but as soon as I saw this update I had to flash. Lost all of my data and half of my evening trying to figure out what the heck is up with the cellular data, but as soon as I could get cellular data working I lost voice service, and my esim started working but then cut in and out every 5 minutes or so. Then when I would disable Wi-Fi both networks would crap out entirely. Reflash of lineage without going back to stock in between and both Sims work perfectly so it is definitely related to the ROM.
Click to expand...
Click to collapse
We apologize for any inconvenience caused. A number of bugs have been reported in this ROM that are currently automatically APN settings not works. maybe that caused cellular data and voice calls are not working. We are currently finding the cause.
Update 20230131
- Finally fixed up SafetyNet. Now you can use GPay and banking apps and more.
- SELinux is now Enforcing
lahaina said:
Update 20230131
- Finally fixed up SafetyNet. Now you can use GPay and banking apps and more.
- SELinux is now Enforcing
Click to expand...
Click to collapse
Have been using this for several days since the update and its running really good. Of course iam a very light user compared to some so your mileage may very!! Ty for this rom.
Update 20230209
- Feburary security patch
lahaina said:
We apologize for any inconvenience caused. A number of bugs have been reported in this ROM that are currently automatically APN settings not works. maybe that caused cellular data and voice calls are not working. We are currently finding the cause.
Click to expand...
Click to collapse
No problem, I just realized how much of a **** I came across as in my post and I apologize. That wasn't my intention at all. I was just disappointed in general because of how much I like Evo. It's been my go to rom for years. I didn't mean to sound like such a douchebag, I must have been in a strange state of mind that day. I think I had just flashed a new release of Evo on my OnePlus, and the same thing happened...lol. I've only recently experienced issues like that since I was forced to switch from a T-Mobile SIM to a Verizon sim. I don't know what happened with Verizon but I'm getting download speeds of 850mbps on my T-Mobile esim, and only 75 to 150 on Verizon. Any idea if the issue has been fixed? I decided to see how useable android 14 is, and its a definite no go for the time being.
Yeedatoy said:
No problem, I just realized how much of a **** I came across as in my post and I apologize. That wasn't my intention at all. I was just disappointed in general because of how much I like Evo. It's been my go to rom for years. I didn't mean to sound like such a douchebag, I must have been in a strange state of mind that day. I think I had just flashed a new release of Evo on my OnePlus, and the same thing happened...lol. I've only recently experienced issues like that since I was forced to switch from a T-Mobile SIM to a Verizon sim. I don't know what happened with Verizon but I'm getting download speeds of 850mbps on my T-Mobile esim, and only 75 to 150 on Verizon. Any idea if the issue has been fixed? I decided to see how useable android 14 is, and its a definite no go for the time being.
Click to expand...
Click to collapse
Hmm , I think cause in your mobile carrier. But Verizon service is not offered in Japan, so we cannot try it. We have confirmed worked properly on 4 major Japanese cell phone carriers. Sorry for no idea.