From e7f738402b76c4a76f3af3e965971ff315dc776a Mon Sep 17 00:00:00 2001 From: Jun Tian Date: Fri, 18 Jul 2014 15:05:15 +0800 Subject: 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 Change-Id: I5aa5a4de92a77cf6ff5e6c29b60e4931623d2298 --- frameworks/PlatformLibrary/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frameworks') 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 -- cgit v1.2.3