| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I38c68ac169a4ea10e4640b5d8e24298a6caaf441
|
|
|
|
|
|
|
| |
Remove the unnecessary use of LOCAL_STATIC_JAVA_LIBRARIES.
You should use LOCAL_JAVA_LIBRARIES in that case.
Change-Id: I0b51b5b22530722e48193e5b4e964e8835f193af
|
|
|
|
|
|
| |
Use $@ instead.
Change-Id: Ida0960a453b3701383a31f698c3163a297c4bce5
|
|
|
|
| |
Change-Id: If8e73508babf5e0cb4be271b4aef69317bb6467e
|
|\
| |
| |
| |
| |
| |
| |
| | |
for project-specific secondary html input/output paths.
# Via Android Git Automerger (3) and Dirk Dougherty (1)
* commit 'f0b7415e6e27120b6358445c3c58fef7cc43f28a':
Add new droiddoc option for project-specific secondary html input/output paths.
|
| |
| |
| |
| | |
Change-Id: Id9c3dc4e7cfcc26c04e4d1aeb6617e3e6b92114b
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To reduce the start time.
With the change and previous change of doing clean step in only given paths,
start time of mm/mmm is reduced from ~5s to about 1s;
lunch time is reduced from ~40s to 3.5s.
Bug: 7186768,7169854
Change-Id: Ifd72ba1c6362a5e1125a23c505fd47947ab56675
|
| |
| |
| |
| |
| |
| |
| | |
This removes unnecessary dependency if there is no
LOCAL_DROIDDOC_HTML_DIR.
Change-Id: If9e06b6e478a9cd61f5441aa376d996857ee2fb5
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To pick up a NOTICE file in LOCAL_PATH and attach it to
/system/lib/libfoo.so, use the following syntax:
include $(CLEAR_VARS)
LOCAL_MODULE_CLASS := NOTICE_FILES
LOCAL_INSTALLED_MODULE := $(PRODUCT_OUT)/system/lib/libfoo.so
include $(BUILD_NOTICE_FILE)
Bug: 7460213
Change-Id: Ie692be72deab37be04d1b578578c131a0885a090
|
|/
|
|
|
|
|
|
|
|
| |
To reduce the start time.
With the change and previous change of doing clean step in only given paths,
start time of mm/mmm is reduced from ~5s to about 1s;
lunch time is reduced from ~40s to 3.5s.
Bug: 7186768,7169854
Change-Id: Ifd72ba1c6362a5e1125a23c505fd47947ab56675
|
|
|
|
|
|
|
|
| |
Bug: 6465084
With this change and prebuilt current SDK checked in, you can build
unbundled apps with LOCAL_SDK_VERSION current in an unbundled branch.
Change-Id: I4efcee611d08a3a903bd6bf5a80de11500564206
|
|
|
|
| |
Change-Id: Ia5ace10ed75c451e346e289f0c534ad619abdb65
|
|\
| |
| |
| |
| | |
* commit 'f0d2a54669c8bf14e95482437e361c81dfb62404':
Increase the Java heap size for droiddoc
|
| |\
| | |
| | |
| | | |
Change-Id: I4d24d154fd3964a4433baf87e4061421fce28986
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Increasing the Java heap for droiddoc generation from 768 to 1280
megabytes reduces build times by about 2-3 minutes. For fast
build servers this can reduce build times by around 30%. For
slower workstation class machines the build is reduced with no
other obvious undesirable side effects.
Change-Id: I4ff04318ae78fc7b5a5a0499bacfc5527e966ff6
|
|/ /
| |
| |
| |
| |
| | |
Droiddoc should be product-independent.
Change-Id: I23ac746330ce7cd0ad47d49c01dcfa824228d60c
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
droiddoc modules." into gingerbread
Merge commit 'd68519af91198164d6f302ea53656649f23cdca9'
* commit 'd68519af91198164d6f302ea53656649f23cdca9':
Allow LOCAL_ADDITIONAL_DEPENDENCIES for droiddoc modules.
|
| |
| |
| |
| | |
Change-Id: I568b416efe5ccefac6b5e6e99ddccc23600b1f74
|
| |
| |
| |
| |
| |
| |
| |
| | |
The goal for adding this support is to allow droiddoc to pull html
files both from the static content and from content generated at
build time.
Change-Id: I5d4b2432aa78b0b3559daacedfb7a29675701f33
|
| |
| |
| |
| |
| |
| | |
it won't try to dist it.
Change-Id: Iff8a7b6438d392c5b4c425337b84cfa9bc90f282
|
| |
| |
| |
| |
| |
| | |
Android-specific assets to templates-sdk, add copies to templates-pdk as workaround.
Change-Id: Iad7d0f1955e5731ee9cebb8828a45bf3c297417b
|
| |
| |
| |
| | |
This reverts commit b47386bb270ec8f8f007d4fc9f7823530b74fdac.
|
| |
| |
| |
| |
| |
| |
| | |
Turns out that find doesn't like being passed paths that don't exist, so
don't do that.
Change-Id: I155cf48625513d1bcbd29329f1949967889dc9cc
|
| |
| |
| |
| |
| |
| | |
when building with -nodocs, no more JNI dependence. Output consistency verified with Meld diff tool. See http://code.google.com/p/doclava
Change-Id: If317bd108043b152d28babc88a7c949db5127a93
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
moduels that depend on api-stubs-timestamp
Merge commit '8b4be231519376c9dc73622be4b8a5ddc0d83805'
* commit '8b4be231519376c9dc73622be4b8a5ddc0d83805':
Avoid inheriting PRIVATE_BOOTCLASSPATH from moduels that depend on api-stubs-timestamp
|
| |
| |
| |
| |
| |
| |
| |
| | |
api-stubs-timestamp
The inherited value has caused build breakage on Mac build.
Change-Id: I8a1b1d6c6d411f6aaaee2d8dbd0297e3d60ab5c2
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '48de6ce732a797f5c61186a3e57bec535e37d873'
* commit '48de6ce732a797f5c61186a3e57bec535e37d873':
Fix javadoc for Java 6.
|
| |
| |
| |
| |
| |
| |
| | |
If you don't set bootclasspath, there would be errors like:
javadoc: error - In doclet class DroidDoc, method start has thrown an exception java.lang.reflect.InvocationTargetException
Change-Id: I1b83360cb595d50577c6043d6e91b0f92e4c04d6
|
|/
|
|
|
|
| |
sdk builds continue breaking for out of memory..
Change-Id: Ie056241309f0303cdd4857cfb1421996811b1a8a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
@since tags in the code, it's pulled from the API XML files also used by
apicheck.
The code now reads the apicheck XML, and applies it's versions to the DroidDoc
class models. The models output the version to HDF, and that's picked up by
the CS templates.
The clearsilver templates will be changed to be pretty in a follow up change.
Conflicts:
tools/droiddoc/src/DroidDoc.java
|
|
|
|
|
|
|
|
|
|
| |
build
because the commandline is too long
Original author: joeo
Merged from: //branches/cupcake/...
Automated import of CL 145621
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original change by joeo@abreu on 2009/04/06 19:54:13.
Implement SDK add-ons in the build system.
- Add an option to use the standard javadoc doclet instead
of droiddoc, since droiddocs non-sdk templates aren't
ready for prime time.
- Add the notion of a stubs for a library. It's only
implemented for java libraries, but when we do native
libraries in the NDK or sdk-addons, it will work there too.
Original author: joeo
Merged from: //branches/cupcake/...
Automated import of CL 145618
|
| |
|
| |
|
|
|