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

Commit 4dae02b3 authored by Ying Wang's avatar Ying Wang
Browse files

Fix dependency

It's package-export.apk that framework.jar depends on, not LOCAL_BUILT_MODULE.
LOCAL_BUILT_MODULE depends on package-export.apk as well..

Change-Id: If9579e07421017a881e29e376efdaa071cd80a4f
parent d0697180
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,8 +40,8 @@ LOCAL_RESOURCE_DIR := $(framework_GENERATED_SOURCE_DIR)/renderscript/res $(LOCAL

include $(BUILD_PACKAGE)

# Make sure the system .rs files get compiled when building this package
$(LOCAL_BUILT_MODULE): $(framework_RenderScript_STAMP_FILE)
# Make sure the system .rs files get compiled before building the package-export.apk.
$(resource_export_package): $(framework_RenderScript_STAMP_FILE)

# define a global intermediate target that other module may depend on.
.PHONY: framework-res-package-target