Track Resources.getColorStateList calls

Bug: 147874909
Test: ./gradlew :lint-demo:lint-demo-appcompat:lint
Change-Id: I9984fe61c5a93ad7a1492becab869a52972f7984
diff --git a/appcompat/appcompat-lint/build.gradle b/appcompat/appcompat-lint/build.gradle
index 9b14d99..da60f47 100644
--- a/appcompat/appcompat-lint/build.gradle
+++ b/appcompat/appcompat-lint/build.gradle
@@ -28,6 +28,10 @@
 dependencies {
     compileOnly LINT_API_LATEST
     compileOnly KOTLIN_STDLIB
+
+    testImplementation KOTLIN_STDLIB
+    testImplementation LINT_CORE
+    testImplementation LINT_TESTS
 }
 
 androidx {