SDK: tweak source package (add com.android. sources)
Change-Id: Id1ad2d482c7f0cf58c5832f321997bb3b57d1f24
This commit is contained in:
@@ -37,8 +37,9 @@ class Params(object):
|
|||||||
# DIR is the list of directories to scan in TOPDIR.
|
# DIR is the list of directories to scan in TOPDIR.
|
||||||
self.DIR = "frameworks libcore"
|
self.DIR = "frameworks libcore"
|
||||||
# IGNORE is a list of namespaces to ignore. Must be java
|
# IGNORE is a list of namespaces to ignore. Must be java
|
||||||
# package definitions (e.g. "com.something.foo.")
|
# package definitions (e.g. "com.blah.foo.")
|
||||||
self.IGNORE = [ "sun.", "com.", "libcore.", "dalvik.",
|
self.IGNORE = [ "sun.", "libcore.", "dalvik.",
|
||||||
|
"com.test.", "com.google.",
|
||||||
"coretestutils.", "test.", "test2.", "tests." ]
|
"coretestutils.", "test.", "test2.", "tests." ]
|
||||||
self.zipfile = None
|
self.zipfile = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user