aboutsummaryrefslogtreecommitdiff
path: root/envsetup.sh
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2024-03-08 02:10:56 +0530
committerGeorge Zacharia <george.zcharia@gmail.com>2024-04-26 13:04:30 +0530
commit4bb26308c2c146a1564e58beb69d9775d1988490 (patch)
tree2bdaace879500dc5eac46aae8a2d96bd787977e9 /envsetup.sh
parent79a9655e7da248dc951cecd3c008e6e881784030 (diff)
No more lies
Change-Id: If570268c50eabcbfa357918b1266855f83119233
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/envsetup.sh b/envsetup.sh
index f126fd134f..c2165cade5 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -885,11 +885,6 @@ function lunch()
set_stuff_for_environment
[[ -n "${ANDROID_QUIET_BUILD:-}" ]] || printconfig
- if [ "${TARGET_BUILD_VARIANT}" = "userdebug" ] && [[ -z "${ANDROID_QUIET_BUILD}" ]]; then
- echo
- echo "Want FASTER LOCAL BUILDS? Use -eng instead of -userdebug (however for" \
- "performance benchmarking continue to use userdebug)"
- fi
if [ $used_lunch_menu -eq 1 ]; then
echo
echo "Hint: next time you can simply run 'lunch $selection'"