Merge "Export TARGET_BOARD_PLATFORM to soong" into main am: b9294988b6 am: a3a217e63e

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

Change-Id: Ide50473369319b39321338f8b8b41871f373a28f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/core/android_soong_config_vars.mk b/core/android_soong_config_vars.mk
index 909f6c2..91ed3fe 100644
--- a/core/android_soong_config_vars.mk
+++ b/core/android_soong_config_vars.mk
@@ -218,3 +218,6 @@
 ifneq ($(ENABLE_VENDOR_RIL_SERVICE), true)
   $(call soong_config_set_bool,ril,use_aosp_rild,true)
 endif
+
+# Export target_board_platform to soong for hardware/google/graphics/common/libmemtrack:memtrack.$(TARGET_BOARD_PLATFORM)
+$(call soong_config_set,ANDROID,target_board_platform,$(TARGET_BOARD_PLATFORM))