Lines Matching full:echo
57 echo -e "\n******************************";
58 echo "ERROR: go/apex-allowed-deps-error";
59 echo "******************************";
60 echo "Detected changes to allowed dependencies in updatable modules.";
61 echo "To fix and update packages/modules/common/build/allowed_deps.txt, please run:";
62 echo -e "$$ (croot && packages/modules/common/build/update-apex-allowed-deps.sh)\n";
63 echo "When submitting the generated CL, you must include the following information";
64 echo "in the commit message if you are adding a new dependency:";
65 echo "Apex-Size-Increase:";
66 echo "Previous-Platform-Support:";
67 echo "Aosp-First:";
68 echo "Test-Info:";
69 echo "You do not need OWNERS approval to submit the change, but mainline-modularization@";
70 echo "will periodically review additions and may require changes.";
71 echo -e "******************************\n";