blob: 1e98e84df5c147277c63e6e40503fe008e272b39 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
##############################################
# Execute Robolectric resources tests
##############################################
include $(CLEAR_VARS)
LOCAL_MODULE := Run_robolectric_resources_tests
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
LOCAL_LICENSE_CONDITIONS := notice
LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../LICENSE
test_source_directory := $(LOCAL_PATH)/src/test/java
test_runtime_libraries := \
Robolectric_resources_tests
include external/robolectric-shadows/run_robolectric_module_tests.mk