Use correct library type for androidx.appcompat_appcompat and CsL

Test: m NeuralNetworksApiCrashTestApp
Change-Id: I0ce068b81b89334f1c127899e0a9d76c534c7967
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