Exclude samples directories

am: e44c67ce7b

Change-Id: I8dc7279dbed331ff801a3b5e64d5c13c56d1b645
This commit is contained in:
Justin Klaassen
2016-09-16 00:37:18 +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", "samples" ]
# IGNORE is a list of namespaces to ignore. Must be java
# package definitions (e.g. "com.blah.foo.")
self.IGNORE = [ "sun.", "libcore.", "dalvik.",