Merge "Remove unnecessary arch variant for patch module" into main am: aa46295842 am: 633fde4719 am: 21698a7c14 am: 14b6e7a77f

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

Change-Id: Ie536712bb20b97f0723884abb02b770b5ef0d2a7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-10-06 18:51:11 +00:00 committed by Automerger Merge Worker
commit 63e916ede3

View file

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