aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-24 01:27:08 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-24 01:27:08 +0000
commitffaf58729e0af35026fd4a2e9dc821333ee7fa1a (patch)
treee984d5f2a59be985e4a8883c44c5c2561f275580
parent8814c20857e51230867e2a52f347413cd1364e06 (diff)
parent45eace2e5b0b7b610667fa87b9ef2120eab2a916 (diff)
downloadbenchmark-android14-qpr2-s4-release.tar.gz
Change-Id: I7624a145610a5ea25e2ca838f9553a17fab3a203
-rw-r--r--crashtest/Android.mk3
1 files changed, 2 insertions, 1 deletions
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 @@ LOCAL_PATH := $(call my-dir)
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