unplugged-system/development/tools/checkcolor
2025-10-06 13:59:42 +00:00
..
gradle/wrapper Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
src Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
build.gradle Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
gradlew Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
gradlew.bat Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00: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.