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

Commit b9ff7137 authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix build.

Change-Id: Ie83f51ab4b8fddceda8d4f0ac24c532eab7458b8
parent 350503fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@ include $(CLEAR_VARS)
# We need to process the framework classes.jar file, but we can't
# depend directly on it (private vars won't be inherited correctly).
# So, we depend on framework's BUILT file.
built_framework_dep := $(call java-lib-deps,framework)
built_framework_classes := $(call java-lib-files,framework)
built_framework_dep := $(call java-lib-deps,framework-base)
built_framework_classes := $(call java-lib-files,framework-base)

built_core_dep := $(call java-lib-deps,core)
built_core_classes := $(call java-lib-files,core)