OSDN Git Service

Adds a way to exclude test directories from javadoc.
authorGeorge Mount <mount@google.com>
Thu, 3 Dec 2015 15:39:55 +0000 (07:39 -0800)
committerGeorge Mount <mount@google.com>
Thu, 3 Dec 2015 18:12:52 +0000 (10:12 -0800)
commitf6be99340769cae717a604c7362f85830e4601c6
treefd9851de0f9f954c4fd25b105d37585f2ee41ee0
parent29ed07524ce0fc2e5950f5340d306247145d0efa
Adds a way to exclude test directories from javadoc.

By adding a file named NO_DOCS to a directory, all
java files under that directory will be ignored for
javadoc builds. This is especially useful for marking
test projects as not participating in the javadoc
build.

Change-Id: I3b0259f4bb3c8460c3560fdcf97c6cac11d8001d
Android.mk