Include 'vendor' in AB_OTA_PARTITIONS.

Update BoardConfigPartial.mk to include 'vendor' into AB_OTA_PARTITIONS.

Bug: 134970317
Merged-In: I60b66e1faa7d6088b709265c876dbf4c561af149
Change-Id: I60b66e1faa7d6088b709265c876dbf4c561af149
diff --git a/self-extractors/google_devices/staging/BoardConfigPartial.mk b/self-extractors/google_devices/staging/BoardConfigPartial.mk
index aee678c..6fb830b 100644
--- a/self-extractors/google_devices/staging/BoardConfigPartial.mk
+++ b/self-extractors/google_devices/staging/BoardConfigPartial.mk
@@ -13,3 +13,11 @@
 # limitations under the License.
 
 BOARD_PREBUILT_VENDORIMAGE := vendor/google_devices/bonito/proprietary/vendor.img
+
+-include vendor/google/tools/android-info.mk
+ifdef USE_ANDROID_INFO
+  TARGET_BOARD_INFO_FILE := vendor/google_devices/bonito/android-info.txt
+endif
+
+AB_OTA_PARTITIONS += \
+    vendor
diff --git a/self-extractors_sargo/google_devices/staging/BoardConfigPartial.mk b/self-extractors_sargo/google_devices/staging/BoardConfigPartial.mk
index e055545..47f3755 100644
--- a/self-extractors_sargo/google_devices/staging/BoardConfigPartial.mk
+++ b/self-extractors_sargo/google_devices/staging/BoardConfigPartial.mk
@@ -13,3 +13,11 @@
 # limitations under the License.
 
 BOARD_PREBUILT_VENDORIMAGE := vendor/google_devices/sargo/proprietary/vendor.img
+
+-include vendor/google/tools/android-info.mk
+ifdef USE_ANDROID_INFO
+  TARGET_BOARD_INFO_FILE := vendor/google_devices/sargo/android-info.txt
+endif
+
+AB_OTA_PARTITIONS += \
+    vendor