[conflict] Merge "Add new module type for adb_keys." into main am: 10903c73f6 am: 66470977be

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

Change-Id: I9ad79ac814fd7a0f0f0f29fcb4a533fd73f52ab2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/variable.go b/android/variable.go
index fbab93b..ab373b9 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -525,6 +525,8 @@
 	PartitionVarsForSoongMigrationOnlyDoNotUse PartitionVariables
 
 	ExtraAllowedDepsTxt *string `json:",omitempty"`
+
+	AdbKeys *string `json:",omitempty"`
 }
 
 type PartitionQualifiedVariablesType struct {