Properly exclude hosttests/tools/tests directories

am: 631a75eb58

Change-Id: Ie3a7e84a3aec78fd674eba1f614aa59a23771555
This commit is contained in:
Justin Klaassen
2016-08-16 21:15:56 +00:00
committed by android-build-merger

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" "tools" "tests" ]
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.",