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

Commit e33044ea authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ib9cc041e into eclair-sdk

* changes:
  Explicitly specify that online-sdk depends on framework-res. (do not merge)
parents 00e44ef2 b9cc041e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -489,6 +489,8 @@ LOCAL_DROIDDOC_CUSTOM_ASSET_DIR:=assets-sdk

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 =======================
include $(CLEAR_VARS)
+4 −0
Original line number Diff line number Diff line
@@ -34,3 +34,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_JAVA_LIBRARIES)
LOCAL_EXPORT_PACKAGE_RESOURCES := true

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)