Add partial bp2build support for APEX targets (second try).

Test: Added unit test
Change-Id: Icbf0475251aac5d1f13bd35a18f90b6c70f3ae29
This commit is contained in:
Rupert Shuttleworth
2021-07-02 07:17:16 -04:00
parent 503e3a10b2
commit a9d76dd423
5 changed files with 122 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ bootstrap_go_package {
],
deps: [
"soong-android",
"soong-apex",
"soong-bazel",
"soong-cc",
"soong-cc-config",
@@ -27,6 +28,7 @@ bootstrap_go_package {
"soong-sh",
],
testSrcs: [
"apex_conversion_test.go",
"build_conversion_test.go",
"bzl_conversion_test.go",
"cc_library_conversion_test.go",