From 626db9101e8b4b22faac389763bd2653586a281b Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Mon, 17 May 2010 18:21:44 -0700 Subject: Store the list of source directories for the SDK. Change-Id: I3e8425c8eb7c808b60ec764ff81bcbb7aec9684c --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.mk b/Android.mk index 2ff2a42..a7fbcdf 100644 --- a/Android.mk +++ b/Android.mk @@ -345,6 +345,10 @@ framework_docs_LOCAL_SRC_FILES := \ $(call find-other-java-files, $(dirs_to_document)) \ $(call find-other-html-files, $(html_dirs)) +# This is used by ide.mk as the list of source files that are +# always included. +INTERNAL_SDK_SOURCE_DIRS := $(addprefix $(LOCAL_PATH)/,$(dirs_to_document)) + framework_docs_LOCAL_DROIDDOC_SOURCE_PATH := \ $(FRAMEWORKS_BASE_JAVA_SRC_DIRS) -- cgit v1.1