Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44e9fab1 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Make change and version bump to BP2A.250218.001

Snap for 13076573 from 987062ac to 25Q2-release

Change-Id: Icec5865c575ca58a6502ae7b37ce1db1aa4e633d
parents b8afad82 987062ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1812,6 +1812,7 @@ INTERNAL_VENDOR_KERNEL_RAMDISK_FILES := $(filter $(TARGET_VENDOR_KERNEL_RAMDISK_
INTERNAL_VENDOR_KERNEL_RAMDISK_TARGET := $(call intermediates-dir-for,PACKAGING,vendor_kernel_boot)/vendor_kernel_ramdisk.cpio$(RAMDISK_EXT)

$(INTERNAL_VENDOR_KERNEL_RAMDISK_TARGET): $(MKBOOTFS) $(INTERNAL_VENDOR_KERNEL_RAMDISK_FILES) | $(COMPRESSION_COMMAND_DEPS)
	$(hide) : $(words $(INTERNAL_VENDOR_KERNEL_RAMDISK_FILES))
	$(MKBOOTFS) -d $(TARGET_OUT) $(TARGET_VENDOR_KERNEL_RAMDISK_OUT) | $(COMPRESSION_COMMAND) > $@

INSTALLED_VENDOR_KERNEL_RAMDISK_TARGET := $(PRODUCT_OUT)/vendor_kernel_ramdisk.img
+1 −1
Original line number Diff line number Diff line
@@ -18,4 +18,4 @@
# (like "CRB01").  It must be a single word, and is
# capitalized by convention.

BUILD_ID=BP2A.250217.001
BUILD_ID=BP2A.250218.001
+5 −2
Original line number Diff line number Diff line
@@ -910,7 +910,10 @@ def ProcessTargetFiles(input_tf_zip: zipfile.ZipFile, output_tf_zip: zipfile.Zip

        # b/384813199: handles the pre-signed com.android.virt.apex in GSI.
        if payload_key == 'PRESIGNED':
          new_pubkey = GetMicrodroidVbmetaKey(virt_apex_path,
          with tempfile.NamedTemporaryFile() as virt_apex_temp_file:
            virt_apex_temp_file.write(input_tf_zip.read(virt_apex_path))
            virt_apex_temp_file.flush()
            new_pubkey = GetMicrodroidVbmetaKey(virt_apex_temp_file.name,
                                                misc_info['avb_avbtool'])
        else:
          new_pubkey_path = common.ExtractAvbPublicKey(