OSDN Git Service

Generate SDK docs for v7 support library packages.
authorJeff Brown <jeffbrown@google.com>
Fri, 26 Apr 2013 04:24:44 +0000 (21:24 -0700)
committerJeff Brown <jeffbrown@google.com>
Fri, 26 Apr 2013 07:20:42 +0000 (00:20 -0700)
commitcaf7b0a155f6adef1b9af6cbf7370460c55e3a3f
treec69a8effe9c9299b687232dc672094f9c76c7b00
parent22f6a60e62253436a4f7da1a5d59adc0f17534cc
Generate SDK docs for v7 support library packages.

This change required fixing some bugs in how AAPT handles
qualified symbols such as "android:layout_height"
when generating JavaDoc links.  The links were being
generated using the package name of the generated R file
rather than the package name of the referenced symbol.
These broken links caused the JavaDoc build to fail.

Bug: 8175766
Change-Id: I52fbef27825a25abca960cb44b59c2132267e9d6
Android.mk
core/res/res/values/attrs.xml
tools/aapt/Resource.cpp