commit | 5c4881c8eca87323770f7fff71255422e1db07df | [log] [tgz] |
---|---|---|
author | Rupert Shuttleworth <ruperts@google.com> | Wed Jul 28 06:21:31 2021 -0400 |
committer | Rupert Shuttleworth <ruperts@google.com> | Wed Jul 28 06:51:07 2021 -0400 |
tree | ecc7d46c8d919594f3b800d2bd80453693573173 | |
parent | 8e5b4c5043f12c4642b234b08e0a4f03e7cbed92 [diff] [blame] |
Add initial bp2build support for converting android_app_certificate modules. Test: Added unit test. Change-Id: Ib5bf1711eca5be772e1bed73663dcb86252e0b4a
diff --git a/bp2build/Android.bp b/bp2build/Android.bp index 6ab062e..35f8c05 100644 --- a/bp2build/Android.bp +++ b/bp2build/Android.bp
@@ -28,6 +28,7 @@ "soong-sh", ], testSrcs: [ + "android_app_certificate_conversion_test.go", "apex_conversion_test.go", "apex_key_conversion_test.go", "build_conversion_test.go",