Remove framework from LOCAL_JAVA_LIBRARIES

After previous change removed LOCAL_NO_STANDARD_LIBRARIES:=true
it is no longer necessary to explicitly add framework to
LOCAL_JAVA_LIBRARIES as it is added automatically by the build.

Change-Id: I68bf700375e34a10302f76d7463110755b815f85
This commit is contained in:
Paul Duffin
2015-12-08 13:51:27 +00:00
parent 32f4043ac3
commit b12a3fca7e

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)