blob: 81056c32b0df226e7335bf1a7a350fe7c06d4649 [file] [log] [blame]
function __print_bliss_functions_help() {
cat <<EOF
Additional BlissRoms functions:
- cout: Changes directory to out.
- mmp: Builds all of the modules in the current directory and pushes them to the device.
- mmap: Builds all of the modules in the current directory and its dependencies, then pushes the package to the device.
- mmmp: Builds all of the modules in the supplied directories and pushes them to the device.
- blissgerrit: A Git wrapper that fetches/pushes patch from/to BlissRoms Gerrit Review.
- blissrebase: Rebase a Gerrit change and push it again.
- blissremote: Add git remote for BlissRoms Gerrit Review.
- aospremote: Add git remote for matching AOSP repository.
- cafremote: Add git remote for matching CodeAurora repository.
- githubremote: Add git remote for BlissRoms Github.
- mka: Builds using SCHED_BATCH on all processors.
- mkap: Builds the module(s) using mka and pushes them to the device.
- cmka: Cleans and builds using mka.
- repodiff: Diff 2 different branches or tags within the same repo
- 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.
- blissify: Sets up build environment using breakfast(),
and then compiles using mka() against blissify target.
EOF
}