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

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

Merge "Export related make variables for gralloc.default to soong" into main

parents 944fa4f8 43c86146
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))