mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 11:26:33 +00:00
Copies bootloader and radio from vendor dir to dist when merging.
These are used when flashing the device. Bug: 169892879 Test: merge.sh, observe copied files Change-Id: I2497feb775373d1318181927d9c7f26edd67ada2
This commit is contained in:
@@ -25,3 +25,7 @@ out/host/linux-x86/bin/merge_target_files \
|
||||
--output-target-files ${DIST_DIR}/aosp_redfin_vf_merged-target_files.zip \
|
||||
--output-img ${DIST_DIR}/aosp_redfin_vf_merged-img.zip \
|
||||
--output-ota ${DIST_DIR}/aosp_redfin_vf_merged-ota.zip
|
||||
|
||||
# Copy bootloader.img and radio.img, needed for flashing.
|
||||
cp ${VENDOR_DIR}/bootloader.img ${DIST_DIR}/bootloader.img
|
||||
cp ${VENDOR_DIR}/radio.img ${DIST_DIR}/radio.img
|
||||
|
||||
Reference in New Issue
Block a user