diff --git a/tests/cts/hostside/app/Android.mk b/tests/cts/hostside/app/Android.mk index 66adea7a3b..c03e70bcb0 100644 --- a/tests/cts/hostside/app/Android.mk +++ b/tests/cts/hostside/app/Android.mk @@ -23,7 +23,7 @@ LOCAL_SDK_VERSION := current LOCAL_STATIC_JAVA_LIBRARIES := compatibility-device-util ctstestrunner ub-uiautomator \ CtsHostsideNetworkTestsAidl -LOCAL_JAVA_LIBRARIES := android.test.runner.stubs +LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs LOCAL_SRC_FILES := $(call all-java-files-under, src)