Add test for manifest merger

Add a test for the manifest merger command line that would have prevented
b/291252863.

Bug: 291252863
Test: TestManifestMerger
Change-Id: I8c025efe7ccb06ad97b405e2927a4df07f9d3f27
This commit is contained in:
Colin Cross
2023-07-14 11:19:08 -07:00
parent e61a0817f6
commit 02bccdf37c
2 changed files with 104 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ bootstrap_go_package {
],
testSrcs: [
"aar_test.go",
"android_manifest_test.go",
"androidmk_test.go",
"app_import_test.go",
"app_set_test.go",