Files
android_development/tools/checkcolor
jackqdyulei 7902c8be05 Fix the build dir for check color
Bug: 32750778
Test: ./gradlew jar
Change-Id: Ib58b1b9a03d2fb78dc756757b8e0e16549312c1c
2017-02-10 14:05:24 -08:00
..
2017-02-10 14:05:24 -08:00

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.