envsetup: Add sort-blobs-list

Change-Id: Ie871fe0bc9dd432e632ca8e9d7fa70c96a82a8c3
This commit is contained in:
Michael Bestas
2022-06-09 18:50:47 +03:00
parent 6ab33bce49
commit fbadddae84

View File

@@ -18,6 +18,7 @@ Additional LineageOS functions:
- repolastsync: Prints date and time of last repo sync.
- reposync: Parallel repo sync using ionice and SCHED_BATCH.
- repopick: Utility to fetch changes from Gerrit.
- sort-blobs-list: Sort proprietary-files.txt sections with LC_ALL=C.
- installboot: Installs a boot.img to the connected device.
- installrecovery: Installs a recovery.img to the connected device.
EOF
@@ -923,6 +924,11 @@ function repopick() {
$T/vendor/lineage/build/tools/repopick.py $@
}
function sort-blobs-list() {
T=$(gettop)
$T/tools/extract-utils/sort-blobs-list.py $@
}
function fixup_common_out_dir() {
common_out_dir=$(get_build_var OUT_DIR)/target/common
target_device=$(get_build_var TARGET_DEVICE)