Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b12a3fca authored by Paul Duffin's avatar Paul Duffin
Browse files

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
parent 32f4043a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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)