Name Date Size #Lines LOC

..--

gradle/wrapper/H25-Apr-2025-76

src/H25-Apr-2025-462338

.gitignoreH A D25-Apr-2025412 3525

READMEH A D25-Apr-2025327 107

build.gradleH A D25-Apr-20251.5 KiB4637

gradlewH A D25-Apr-20255 KiB165122

gradlew.batH A D25-Apr-20252.3 KiB9166

README

1Description:
2This project is used to build a lint library to detect the hardcoded
3colors. One example of hardcoded color is:
4
5  <color name="hardcoded_color">#FFFFFF</color>
6
7Project lives in prebuilts/checkcolor will use this lib and hook up
8to presubmit, so it could detects whether hardcoded colors have been
9added in a CL.
10