Merge "Do not include layoutlib in the SDK sources"

This commit is contained in:
Jerome Gaillard
2021-10-25 11:18:47 +00:00
committed by Android (Google) Code Review

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", "samples" ]
self.IGNORE_DIR = [ "hosttests", "tools", "tests", "samples", "layoutlib" ]
# IGNORE is a list of namespaces to ignore. Must be java
# package definitions (e.g. "com.blah.foo.")
self.IGNORE = [ "sun.", "libcore.", "dalvik.",