Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 002a6c76 authored by Joe Onorato's avatar Joe Onorato
Browse files

Add bit helper utility

- Add it to the base build (the first one in the hierarchy that includes
  the activity manager).
- Add tab completion commands to envsetup.sh

Test: . build/envsetup.sh ; make
Change-Id: Id24acaa0f17f198bda329016ff17170ad93624ec
parent 227fa5d5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -329,6 +329,8 @@ function addcompletions()
            . $f
        done
    fi

    complete -C "bit --tab" bit
}

function choosetype()
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ PRODUCT_PACKAGES += \
    app_process \
    applypatch \
    audioserver \
    bit \
    blkid \
    bmgr \
    bugreport \