Skip to content

Commit

Permalink
Export TARGET_BOARD_PLATFORM to soong
Browse files Browse the repository at this point in the history
Bug: 369980366
Test: lunch aosp_cheetah-trunk_staging-userdebug; \
      m memtrack.gs201
Change-Id: Icf89ec1de42ba6a95622bba3f2cf130c316837f1
  • Loading branch information
Bill Yang authored and mikeNG committed Dec 30, 2024
1 parent 40145f3 commit 0dcc651
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/android_soong_config_vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ 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))

# Export related variables to soong for hardware/google/graphics/common/libacryl:libacryl
ifdef BOARD_LIBACRYL_DEFAULT_COMPOSITOR
$(call soong_config_set,acryl,libacryl_default_compositor,$(BOARD_LIBACRYL_DEFAULT_COMPOSITOR))
Expand Down

0 comments on commit 0dcc651

Please sign in to comment.