bp2build: mark crt_beginso1 as bp2build_available.

This leaf module is selected as the first cc_object module to be converted by
the bp2build converter.

Test: GENERATE_BAZEL_FILES=true m nothing && bp2build-sync write && bazel build //bionic/libc:crt_beginso1
Change-Id: Idf752e7b5251161a4fbd58ba52b52dd85c8fc92b
This commit is contained in:
Jingwen Chen 2021-02-09 05:18:20 -05:00
parent 332065d57e
commit 5daf8f9c3f
1 changed files with 1 additions and 0 deletions

View File

@ -2078,6 +2078,7 @@ cc_object {
srcs: ["arch-common/bionic/crtbegin_so.c"],
defaults: ["crt_so_defaults"],
bazel_module: { bp2build_available: true },
}
cc_object {