Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
build.gradle | 21-Aug-2018 | 1.5K | |
gradle/ | 21-Aug-2018 | ||
gradlew | 21-Aug-2018 | 5K | |
gradlew.bat | 21-Aug-2018 | 2.3K | |
README | 21-Aug-2018 | 327 | |
src/ | 21-Aug-2018 |
1 Description: 2 This project is used to build a lint library to detect the hardcoded 3 colors. One example of hardcoded color is: 4 5 <color name="hardcoded_color">#FFFFFF</color> 6 7 Project lives in prebuilts/checkcolor will use this lib and hook up 8 to presubmit, so it could detects whether hardcoded colors have been 9 added in a CL. 10