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

Commit f10f5076 authored by Matt Mower's avatar Matt Mower
Browse files

mkvendor: fix echoed build commands

cm.mk.template uses PRODUCT_NAME := cm___DEVICE__

Change-Id: I063fc4b93d90ebb034637bf3e92d83c77aa439ca
parent e3855c43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -123,6 +123,6 @@ popd

echo Done!
echo Use the following command to set up your build environment:
echo '  'lunch full_$DEVICE-eng
echo '  'lunch cm_$DEVICE-eng
echo And use the follwowing command to build a recovery:
echo '  '. build/tools/device/makerecoveries.sh full_$DEVICE-eng
 No newline at end of file
echo '  '. build/tools/device/makerecoveries.sh cm_$DEVICE-eng