From 9d5627963b3d75afd92a96e15276497bf54cce7a Mon Sep 17 00:00:00 2001 From: Alix Date: Thu, 2 Mar 2023 17:12:30 +0000 Subject: [PATCH] removing codegen_cli from Bp2buildKeepExistingBuildFile can allowlist instead. bp2build now handles kotlin srcs Change-Id: I0f96eb50cbb5bd2c6dc69f253b1a35cfd4edecf2 Test: built codegen_cli with bazel Bug: b/245731902 --- android/allowlists/allowlists.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 89c2d195b..5fc5a6234 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -198,6 +198,7 @@ var ( "frameworks/base/startop/apps/test": Bp2BuildDefaultTrue, "frameworks/base/tests/appwidgets/AppWidgetHostTest": Bp2BuildDefaultTrueRecursively, "frameworks/base/tools/aapt2": Bp2BuildDefaultTrue, + "frameworks/base/tools/codegen": Bp2BuildDefaultTrueRecursively, "frameworks/base/tools/streaming_proto": Bp2BuildDefaultTrueRecursively, "frameworks/hardware/interfaces/stats/aidl": Bp2BuildDefaultTrue, "frameworks/native/libs/adbd_auth": Bp2BuildDefaultTrueRecursively, @@ -383,7 +384,6 @@ var ( // this BUILD file is globbed by //external/icu/icu4c/source:icu4c_test_data's "data/**/*". "external/icu/icu4c/source/data/unidata/norm2":/* recursive = */ false, - "frameworks/base/tools/codegen":/* recursive = */ true, "frameworks/ex/common":/* recursive = */ true, // Building manually due to b/179889880: resource files cross package boundary