Now default configuration of proguard can handle internal VisibleForTesting annotation. We don't need to have local configuration. BUG=20274999 Change-Id: Ib21e07336e48dda71d0d2644ddd86422414f7524
11 lines
269 B
Makefile
11 lines
269 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
|
LOCAL_PACKAGE_NAME := MtpDocumentsProvider
|
|
LOCAL_CERTIFICATE := media
|
|
|
|
include $(BUILD_PACKAGE)
|
|
include $(LOCAL_PATH)/tests/Android.mk
|