From bae0b4c7619fcdf256e9119a1774e6fc9eb79910 Mon Sep 17 00:00:00 2001 From: yike Date: Thu, 12 Oct 2023 05:51:53 +0000 Subject: [PATCH] Enable `pyfakefs` in bp2build `//tools/asuite/atest:java-test-filter-generator-test` requires this dependency. Test: presubmit Bug: 301180123 Change-Id: I9ed0d1a89b34a985c671960546914c039e4e4556 --- android/allowlists/allowlists.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 53546114a..eb34cada6 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -203,6 +203,7 @@ var ( "external/pcre": Bp2BuildDefaultTrueRecursively, "external/perfmark/api": Bp2BuildDefaultTrueRecursively, "external/protobuf": Bp2BuildDefaultTrueRecursively, + "external/python/pyfakefs/pyfakefs": Bp2BuildDefaultTrueRecursively, "external/python/pyyaml/lib/yaml": Bp2BuildDefaultTrueRecursively, "external/python/six": Bp2BuildDefaultTrueRecursively, "external/python/jinja/src": Bp2BuildDefaultTrueRecursively,