Home | History | Annotate | only in /development/tools/checkcolor
Up to higher level directory
NameDateSize
.gitignore05-Oct-2017412
build.gradle05-Oct-20171.5K
gradle/05-Oct-2017
gradlew05-Oct-20175K
gradlew.bat05-Oct-20172.3K
README05-Oct-2017327
src/05-Oct-2017

README

      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