Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_vendor_bliss
/
16fb9fe81619090658bfae23b16a9f478112eb8d
/
.
/
tools
/
functions
blob: 30ef005294563aa730e4460e705f2e4171acac39 [
file
] [
log
] [
blame
]
#!/bin/bash
# Common functions for CM otatools
#
# cdesai
if
[
!
"$BUILD_WITH_COLORS"
=
"0"
];
then
CL_RED
=
"\033[31m"
CL_GRN
=
"\033[32m"
CL_YLW
=
"\033[33m"
CL_BLU
=
"\033[34m"
CL_MAG
=
"\033[35m"
CL_CYN
=
"\033[36m"
CL_RST
=
"\033[0m"
fi