diff --git a/build/envsetup.sh b/build/envsetup.sh index 8725a722..c324db30 100644 --- a/build/envsetup.sh +++ b/build/envsetup.sh @@ -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)