Merge "Remove framework from LOCAL_JAVA_LIBRARIES"

This commit is contained in:
Paul Duffin
2015-12-08 14:04:29 +00:00
committed by Gerrit Code Review

View File

@@ -25,7 +25,6 @@ LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_SRC_FILES := $(call all-java-files-under, src/)
LOCAL_JAVA_LIBRARIES := \
caliper-api-target \
framework
caliper-api-target
include $(BUILD_JAVA_LIBRARY)