git cherry-pick --no-commitf77cf7f0git cherry-pick --no-commitc8f503b528git cherry-pick --no-commit570bb561git cherry-pick --no-commite2417541git cherry-pick --no-commite4d81f25bdgit cherry-pick --no-commit5e8a587dChange-Id: I101a385d43f3e0f4ce5352217f92ef67a3908c88
14 lines
248 B
Makefile
14 lines
248 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := tests
|
|
|
|
LOCAL_SRC_FILES := \
|
|
$(call all-subdir-java-files)
|
|
|
|
LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle
|
|
|
|
LOCAL_PACKAGE_NAME := CoreTests
|
|
|
|
include $(BUILD_PACKAGE)
|