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
10 lines
327 B
Plaintext
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.
|