blob: 3beae68b79c7d1b2f16c8f77faa3fbe5262c69a4 [file] [log] [blame]
Description:
This project is used to build a lint library to detect the hardcoded
colors. One example of hardcoded color is:
<color name="hardcoded_color">#FFFFFF</color>
Project lives in prebuilts/checkcolor will use this lib and hook up
to presubmit, so it could detects whether hardcoded colors have been
added in a CL.