SDK source pkg: exclude all /tools/ and /tests/ directories.

Change-Id: Ia85105385280e21f073cef22e1130ad369bea121
This commit is contained in:
Raphael Moll
2012-03-23 10:26:15 -07:00
parent 37bae214ee
commit 9c7b559fb7

View File

@@ -39,7 +39,7 @@ class Params(object):
self.CNT_NOPKG = 0
# DIR is the list of directories to scan in TOPDIR.
self.DIR = "frameworks libcore"
self.IGNORE_DIR = [ "hosttests" ]
self.IGNORE_DIR = [ "hosttests" "tools" "tests" ]
# IGNORE is a list of namespaces to ignore. Must be java
# package definitions (e.g. "com.blah.foo.")
self.IGNORE = [ "sun.", "libcore.", "dalvik.",