Files
android_development/tools/checkcolor/README
jackqdyulei ddf9a631cc Create project to build the lint color check library
This project is used to create the jar library and will be hooked
to config_apps.py to create the build of jar.

The library built in this project will be used in
prebuilts/checkcolor

Bug: 32750778
Test: ./gradlew jar
Change-Id: I5ba3b94e6fe80ba1de71fdcbda5479a0f14d85ab
2017-02-01 16:10:57 -08:00

10 lines
327 B
Plaintext

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.