diff options
| author | Chirayu Desai <chirayudesai1@gmail.com> | 2024-03-08 02:10:56 +0530 |
|---|---|---|
| committer | George Zacharia <george.zcharia@gmail.com> | 2024-04-26 13:04:30 +0530 |
| commit | 4bb26308c2c146a1564e58beb69d9775d1988490 (patch) | |
| tree | 2bdaace879500dc5eac46aae8a2d96bd787977e9 /envsetup.sh | |
| parent | 79a9655e7da248dc951cecd3c008e6e881784030 (diff) | |
No more lies
Change-Id: If570268c50eabcbfa357918b1266855f83119233
Diffstat (limited to 'envsetup.sh')
| -rw-r--r-- | envsetup.sh | 5 |
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'" |
