Merge "Mark SystemUI-tests as test code for lint" am: 0b33d054b3 am: f214872067 am: 5954744b9c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2184008

Change-Id: Ib3e40928b09be4f65c417d05a7c55680cd68cd29
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cole Faust
2022-08-19 22:01:34 +00:00
committed by Automerger Merge Worker

View File

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