blob: 604f0adbe23e1cadd2ed718669fd1415178bcc90 [file] [log] [blame]
Teng-Hui Zhu119265d2016-06-24 14:23:19 -07001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
Teng-Hui Zhu23d1fdd2016-06-20 14:42:35 -07003
Felipe Leme6378b482018-04-30 09:39:55 -07004LOCAL_STATIC_JAVA_LIBRARIES := \
5 android-support-test \
6 androidx.annotation_annotation
Teng-Hui Zhu23d1fdd2016-06-20 14:42:35 -07007
Teng-Hui Zhu119265d2016-06-24 14:23:19 -07008# Build all java files in the java subdirectory
9LOCAL_SRC_FILES := $(call all-subdir-java-files)
Teng-Hui Zhu23d1fdd2016-06-20 14:42:35 -070010
Teng-Hui Zhu119265d2016-06-24 14:23:19 -070011# The name of the jar file to create
12LOCAL_MODULE := apct-perftests-utils
Teng-Hui Zhu23d1fdd2016-06-20 14:42:35 -070013
Teng-Hui Zhu119265d2016-06-24 14:23:19 -070014# Build a static jar file.
15include $(BUILD_STATIC_JAVA_LIBRARY)