diff options
author | Joe Onorato <joeo@android.com> | 2010-05-17 18:21:44 -0700 |
---|---|---|
committer | Joe Onorato <joeo@android.com> | 2010-05-17 18:25:58 -0700 |
commit | 626db9101e8b4b22faac389763bd2653586a281b (patch) | |
tree | 40ab7a7e6099202094b8f03cdab2c0ca08447ee4 | |
parent | 9719fe11a10d274d31b77f812e9055c40195c713 (diff) | |
download | frameworks_base-626db9101e8b4b22faac389763bd2653586a281b.zip frameworks_base-626db9101e8b4b22faac389763bd2653586a281b.tar.gz frameworks_base-626db9101e8b4b22faac389763bd2653586a281b.tar.bz2 |
Store the list of source directories for the SDK.
Change-Id: I3e8425c8eb7c808b60ec764ff81bcbb7aec9684c
-rw-r--r-- | Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |