diff options
| -rw-r--r-- | android/allowlists/allowlists.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index d121b1375..e06438171 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -191,6 +191,9 @@ var ( "external/protobuf": Bp2BuildDefaultTrueRecursively, "external/python/pyyaml/lib/yaml": Bp2BuildDefaultTrueRecursively, "external/python/six": Bp2BuildDefaultTrueRecursively, + "external/python/jinja/src": Bp2BuildDefaultTrueRecursively, + "external/python/markupsafe/src": Bp2BuildDefaultTrueRecursively, + "external/python/setuptools": Bp2BuildDefaultTrueRecursively, "external/rappor": Bp2BuildDefaultTrueRecursively, "external/scudo": Bp2BuildDefaultTrueRecursively, "external/selinux/checkpolicy": Bp2BuildDefaultTrueRecursively, |