envsetup: Add sort-blobs-list
Change-Id: Ie871fe0bc9dd432e632ca8e9d7fa70c96a82a8c3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user