Use correct library type for androidx.appcompat_appcompat and CsL am: 70454565f5 am: ec8ea41cc2 am: ac42afbad6

Original change: https://android-review.googlesource.com/c/platform/test/mlts/benchmark/+/2800153

Change-Id: If78f6c1292f5a09d587f3c650e87cf4609afde76
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/crashtest/Android.mk b/crashtest/Android.mk
index 29aa86e..927181f 100644
--- a/crashtest/Android.mk
+++ b/crashtest/Android.mk
@@ -18,7 +18,8 @@
 
 include $(CLEAR_VARS)
 
-LOCAL_STATIC_JAVA_LIBRARIES := android-common androidx.test.rules androidx.appcompat_appcompat androidx-constraintlayout_constraintlayout
+LOCAL_STATIC_ANDROID_LIBRARIES := androidx.appcompat_appcompat androidx-constraintlayout_constraintlayout
+LOCAL_STATIC_JAVA_LIBRARIES := android-common androidx.test.rules
 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
 
 LOCAL_MODULE_TAGS := tests