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

Commit b9294988 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Export TARGET_BOARD_PLATFORM to soong" into main

parents e89581b7 ecd8c03e
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))