aboutsummaryrefslogtreecommitdiff
path: root/frameworks
diff options
context:
space:
mode:
authorJun Tian <jun.j.tian@intel.com>2014-07-18 15:05:15 +0800
committerWenda Song <wenda.song.new@gmail.com>2014-07-25 03:38:13 +0000
commite7f738402b76c4a76f3af3e965971ff315dc776a (patch)
tree45d8e880763f5a5e1896f8f0c372792c3ef9ccf7 /frameworks
parent2777fe9545a56ca4c4ebc11d4f95df59da004fb1 (diff)
downloadsample-e7f738402b76c4a76f3af3e965971ff315dc776a.tar.gz
Fix duplicated classses in sample addon doc
Clear the LOCAL_DROIDDOC_OPTIONS which was originally assigned with package name. This variable is assumed to be set with local javadoc options. When it is set with the package name, Javadoc will take both the packages in this variable and droiddoc-src-list generated by build/core/droiddoc.mk as its individual input at the same time and build the html-doc with duplicate classes. You can get some details of this problem in Issue 74070 Signed-off-by: Wenda song <wenda.song@intel.com> Change-Id: I5aa5a4de92a77cf6ff5e6c29b60e4931623d2298
Diffstat (limited to 'frameworks')
-rw-r--r--frameworks/PlatformLibrary/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/frameworks/PlatformLibrary/Android.mk b/frameworks/PlatformLibrary/Android.mk
index b40061b..93c3472 100644
--- a/frameworks/PlatformLibrary/Android.mk
+++ b/frameworks/PlatformLibrary/Android.mk
@@ -43,7 +43,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-subdir-html-files)
LOCAL_MODULE:= platform_library
-LOCAL_DROIDDOC_OPTIONS := com.example.android.platform_library
+LOCAL_DROIDDOC_OPTIONS :=
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_DROIDDOC_USE_STANDARD_DOCLET := true