am e7a1083b: am 9c7b559f: SDK source pkg: exclude all /tools/ and /tests/ directories.

* commit 'e7a1083bca804f0417ff96d1495ee38f39855453':
  SDK source pkg: exclude all /tools/ and /tests/ directories.
This commit is contained in:
Raphael Moll
2012-03-23 10:39:59 -07:00
committed by Android Git Automerger

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.",