am fdefc023: SDK: tweak source package (add com.android. sources)

* commit 'fdefc0238aaf93e493f61f107fd20509c2720d8b':
  SDK: tweak source package (add com.android. sources)
This commit is contained in:
Raphael Moll
2011-10-03 10:08:31 -07:00
committed by Android Git Automerger

View File

@@ -37,8 +37,9 @@ class Params(object):
# DIR is the list of directories to scan in TOPDIR.
self.DIR = "frameworks libcore"
# IGNORE is a list of namespaces to ignore. Must be java
# package definitions (e.g. "com.something.foo.")
self.IGNORE = [ "sun.", "com.", "libcore.", "dalvik.",
# package definitions (e.g. "com.blah.foo.")
self.IGNORE = [ "sun.", "libcore.", "dalvik.",
"com.test.", "com.google.",
"coretestutils.", "test.", "test2.", "tests." ]
self.zipfile = None