Merge change Ib9cc041e into eclair-sdk
* changes: Explicitly specify that online-sdk depends on framework-res. (do not merge)
This commit is contained in:
@@ -489,6 +489,8 @@ LOCAL_DROIDDOC_CUSTOM_ASSET_DIR:=assets-sdk
|
|||||||
|
|
||||||
include $(BUILD_DROIDDOC)
|
include $(BUILD_DROIDDOC)
|
||||||
|
|
||||||
|
# explicitly specify that online-sdk depends on framework-res.
|
||||||
|
$(full_target): framework-res-package-target
|
||||||
|
|
||||||
# ==== docs that have all of the stuff that's @hidden =======================
|
# ==== docs that have all of the stuff that's @hidden =======================
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|||||||
@@ -34,3 +34,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_JAVA_LIBRARIES)
|
|||||||
LOCAL_EXPORT_PACKAGE_RESOURCES := true
|
LOCAL_EXPORT_PACKAGE_RESOURCES := true
|
||||||
|
|
||||||
include $(BUILD_PACKAGE)
|
include $(BUILD_PACKAGE)
|
||||||
|
|
||||||
|
# define a global intermediate target that other module may depend on.
|
||||||
|
.PHONY: framework-res-package-target
|
||||||
|
framework-res-package-target: $(LOCAL_BUILT_MODULE)
|
||||||
|
|||||||
Reference in New Issue
Block a user