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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user