Switch android-info to TARGET_BOARD_INFO_FILE.

Bug: 77611511
Change-Id: Ibbebcb4f791c79ad30988597eb5358eadc0ec961
diff --git a/self-extractors/google_devices/staging/BoardConfigPartial.mk b/self-extractors/google_devices/staging/BoardConfigPartial.mk
index d6292d3..f01d512 100644
--- a/self-extractors/google_devices/staging/BoardConfigPartial.mk
+++ b/self-extractors/google_devices/staging/BoardConfigPartial.mk
@@ -13,3 +13,8 @@
 # limitations under the License.
 
 BOARD_PREBUILT_VENDORIMAGE := vendor/google_devices/walleye/proprietary/vendor.img
+
+-include vendor/google/tools/android-info.mk
+ifdef USE_ANDROID_INFO
+  TARGET_BOARD_INFO_FILE := vendor/google_devices/walleye/android-info.txt
+endif