commit | 02bccdf37cc95d82c81507b15c4686c804d1e3d2 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jul 14 11:19:08 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Jul 14 11:24:54 2023 -0700 |
tree | 80f6c7cec997f9c49754962ba6a7da6813a7aa2f | |
parent | e61a0817f6fb0262ecc59f6b4e7bf486c7a3f12d [diff] [blame] |
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
diff --git a/java/Android.bp b/java/Android.bp index e079869..4450c42 100644 --- a/java/Android.bp +++ b/java/Android.bp
@@ -80,6 +80,7 @@ ], testSrcs: [ "aar_test.go", + "android_manifest_test.go", "androidmk_test.go", "app_import_test.go", "app_set_test.go",