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

Commit 74edafaf authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Remove make file changes to create framework2"

parents 68c0ba3a 7db2bfee
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -424,28 +424,6 @@ framework_res_R_stamp := \
	$(call intermediates-dir-for,APPS,framework-res,,COMMON)/src/R.stamp
$(full_classes_compiled_jar): $(framework_res_R_stamp)

# Build part 2 of the framework library.
# ============================================================
include $(CLEAR_VARS)

LOCAL_MODULE := framework2
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_STATIC_JAVA_LIBRARIES := framework-base
LOCAL_DX_FLAGS := --core-library


# List of packages to include along with their descendants.
LOCAL_JAR_PACKAGES := \
    android.hardware \
    com \
    javax \
    org \
    codeaurora

include $(BUILD_JAVA_LIBRARY)
framework2_module := $(LOCAL_INSTALLED_MODULE)

$(framework_module): | $(dir $(framework_module))framework-res.apk

framework_built := $(call java-lib-deps,framework)