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

Commit 43c86146 authored by yangbill's avatar yangbill
Browse files

Export related make variables for gralloc.default to soong

Bug: 356533884
Test: ./prebuilts/build-tools/linux-x86/bin/py3-cmd build/bazel/ci/rbc_dashboard.py --quick
Change-Id: I05849a6f20aae807d47c9cf46d127234d53c36e8
parent 671dd3c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -184,3 +184,6 @@ $(call soong_config_set,bootclasspath,release_package_profiling_module,$(RELEASE
ifdef BOARD_PERFSETUP_SCRIPT
  $(call soong_config_set,perf,board_perfsetup_script,$(notdir $(BOARD_PERFSETUP_SCRIPT)))
endif

# Add target_use_pan_display flag for hardware/libhardware:gralloc.default
$(call soong_config_set_bool,gralloc,target_use_pan_display,$(if $(filter true,$(TARGET_USE_PAN_DISPLAY)),true,false))