Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3a217e6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Export TARGET_BOARD_PLATFORM to soong" into main am: b9294988

parents 3c68c36a b9294988
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -201,3 +201,6 @@ endif
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))