android13/development/tools/checkcolor
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
gradle/wrapper initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
.gitignore initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
build.gradle initial 2024-06-22 20:45:49 +08:00
gradlew initial 2024-06-22 20:45:49 +08:00
gradlew.bat initial 2024-06-22 20:45:49 +08:00

README

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.