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

Change-Id: Id1ad2d482c7f0cf58c5832f321997bb3b57d1f24
This commit is contained in:
Raphael Moll
2011-10-01 23:42:04 -07:00
parent 3e132a1a26
commit fdefc0238a

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