Merge "Mark SystemUI-tests as test code for lint"

This commit is contained in:
Cole Faust
2022-08-19 20:37:27 +00:00
committed by Gerrit Code Review

View File

@@ -247,6 +247,9 @@ android_library {
"com.android.systemui",
],
plugins: ["dagger2-compiler"],
lint: {
test: true,
},
}
// Opt-in config for optimizing the SystemUI target using R8.