commit | 5918d649a4c2e4e77efca5d50cbd0dfafb004251 | [log] [tgz] |
---|---|---|
author | Alix <agespino@google.com> | Mon Jun 27 20:57:44 2022 +0000 |
committer | Alix Espino <agespino@google.com> | Thu Sep 22 20:17:19 2022 +0000 |
tree | 265d9c51a2c06a9532dafe86be1b2c26b75ba527 | |
parent | 2c27b17f8e0edc27526d0fa8bb95d0290ab5d8d5 [diff] [blame] |
Implement bp2build for prebuilt_etc_xml Bug: 237039154 Test: xml_conversion_test.go & bp2build Change-Id: I1f2c57b9532138f73041d8fc08feea3f66b2ebbc
diff --git a/xml/Android.bp b/xml/Android.bp index 1542930..d4753de 100644 --- a/xml/Android.bp +++ b/xml/Android.bp
@@ -9,6 +9,7 @@ "blueprint", "blueprint-pathtools", "soong", + "soong-bp2build", "soong-android", "soong-etc", ], @@ -18,6 +19,7 @@ ], testSrcs: [ "xml_test.go", + "xml_conversion_test.go", ], pluginFor: ["soong_build"], }