From fbadddae84a2fb0cb8b5c3885c14df1fb78231e4 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 9 Jun 2022 18:50:47 +0300 Subject: [PATCH] envsetup: Add sort-blobs-list Change-Id: Ie871fe0bc9dd432e632ca8e9d7fa70c96a82a8c3 --- build/envsetup.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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)