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

Commit 58c779db authored by Bill Yang's avatar Bill Yang
Browse files

Export AUDIOSERVER_MULTILIB to soong

Bug: 368214360
Test: lunch aosp_cf_x86_64_only_phone-trunk_staging-userdebug; \
      m android.hardware.soundtrigger@2.0-impl \
        android.hardware.soundtrigger@2.1-impl
Change-Id: Iabd449c280c71bac1c383e06f65f7ca6785413bc
parent fdc34208
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -187,3 +187,8 @@ $(call soong_config_set_bool,gralloc,target_use_pan_display,$(if $(filter true,$

# Add use_camera_v4l2_hal flag for hardware/libhardware/modules/camera/3_4:camera.v4l2
$(call soong_config_set_bool,camera,use_camera_v4l2_hal,$(if $(filter true,$(USE_CAMERA_V4L2_HAL)),true,false))

# Add audioserver_multilib flag for hardware/interfaces/soundtrigger/2.0/default:android.hardware.soundtrigger@2.0-impl
ifneq ($(strip $(AUDIOSERVER_MULTILIB)),)
  $(call soong_config_set,soundtrigger,audioserver_multilib,$(AUDIOSERVER_MULTILIB))
endif