envsetup: We use blissify!

Change-Id: Ibff18731ad6ca2d93172027652d057ad36029e01
Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/build/envsetup.sh b/build/envsetup.sh
index 7813329..5dad6ad 100644
--- a/build/envsetup.sh
+++ b/build/envsetup.sh
@@ -5,7 +5,7 @@
 - breakfast:       Setup the build environment, but only list
                    devices we support.
 - brunch:          Sets up build environment using breakfast(),
-                   and then comiles using mka() against bacon target.
+                   and then comiles using mka() against blissify target.
 - mka:             Builds using SCHED_BATCH on all processors.
 - pushboot:        Push a file from your OUT dir to your phone and
                    reboots it, using absolute path.
@@ -230,7 +230,7 @@
 {
     breakfast $*
     if [ $? -eq 0 ]; then
-        time mka bacon
+        time mka blissify
     else
         echo "No such item in brunch menu. Try 'breakfast'"
         return 1