From 2a6f10a9f0ca3beb210f49fd611c510ccdf2259a Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Mon, 20 Jul 2009 16:23:39 -0400 Subject: [PATCH] This should depend on the new docs target, not the big one. --- build/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Android.mk b/build/Android.mk index cba96c63..d804ce70 100644 --- a/build/Android.mk +++ b/build/Android.mk @@ -4,7 +4,7 @@ LOCAL_PATH := $(call my-dir) # anywhere else, and the rules don't support. Aditionally, the depenencies on # these files don't really matter, because they are all generated as part of # building the docs. So for the dependency, we just use the -# offline-sdk-timestamp file, which is the $@ of the droiddoc rule. +# api-stubs-timestamp file, which is the $@ of the droiddoc rule. # We also need to depend on framework-res.apk, in order to pull the # resource files out of there for aapt. # @@ -22,7 +22,7 @@ $(full_target): PRIVATE_INTERMEDIATES_DIR := $(intermediates) $(full_target): PRIVATE_CLASS_INTERMEDIATES_DIR := $(classes_dir) $(full_target): PRIVATE_FRAMEWORK_RES_PACKAGE := $(framework_res_package) -$(full_target): $(OUT_DOCS)/offline-sdk-timestamp $(framework_res_package) +$(full_target): $(OUT_DOCS)/api-stubs-timestamp $(framework_res_package) @echo Compiling SDK Stubs: $@ $(hide) rm -rf $(PRIVATE_CLASS_INTERMEDIATES_DIR) $(hide) mkdir -p $(PRIVATE_CLASS_INTERMEDIATES_DIR) -- 2.11.0