Revert "Revert^7 "Rename build/make/target/board/Android.mk to a..."

Revert submission 3407461-revert-android-info-mk

Reason for revert: see b/381446065#comment27, not the root cause

Reverted changes: /q/submissionid:3407461-revert-android-info-mk

Change-Id: Ib2c1c3813a64390c5ab82b53d124fe0c073c1c5a
diff --git a/core/main.mk b/core/main.mk
index 83d42af..f96cf04 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -277,7 +277,10 @@
 # Include all of the makefiles in the system
 #
 
-subdir_makefiles := $(SOONG_OUT_DIR)/installs-$(TARGET_PRODUCT)$(COVERAGE_SUFFIX).mk $(SOONG_ANDROID_MK)
+subdir_makefiles := \
+    $(SOONG_OUT_DIR)/installs-$(TARGET_PRODUCT)$(COVERAGE_SUFFIX).mk \
+    $(SOONG_ANDROID_MK) \
+    build/make/target/board/android-info.mk
 
 # Android.mk files are only used on Linux builds, Mac only supports Android.bp
 ifeq ($(HOST_OS),linux)