Merge "Remove unnecessary arch variant for patch module" into main am: aa46295842

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2775981

Change-Id: Ifba6c7e33083b7b1873354470b5bcd208d357702
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-10-06 16:12:02 +00:00
committed by Automerger Merge Worker

View File

@@ -134,7 +134,7 @@ type CommonProperties struct {
// supported at compile time. It should only be needed to compile tests in
// packages that exist in libcore and which are inconvenient to move
// elsewhere.
Patch_module *string `android:"arch_variant"`
Patch_module *string
Jacoco struct {
// List of classes to include for instrumentation with jacoco to collect coverage