Merge "wifi: husky: Support SAR feature for rear camera" into udc-d1-dev am: d8f5955ccb

Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23722145

Change-Id: Ic4457c65514fff173dd25a5ab225cb495ebce079
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Hsiu-Chang Chen 2023-06-24 03:19:31 +00:00 committed by Automerger Merge Worker
commit c5281861b2

View file

@ -29,6 +29,10 @@ USES_DEVICE_GOOGLE_SHUSKY := true
BOARD_KERNEL_CMDLINE += swiotlb=noforce BOARD_KERNEL_CMDLINE += swiotlb=noforce
BOARD_KERNEL_CMDLINE += disable_dma32=on BOARD_KERNEL_CMDLINE += disable_dma32=on
# Wifi
WIFI_FEATURE_REAR_CAMERA_SAR := true
$(call soong_config_set,wifi,feature_rear_camera_sar,$(WIFI_FEATURE_REAR_CAMERA_SAR))
include device/google/shusky/device-shusky-common.mk include device/google/shusky/device-shusky-common.mk
include device/google/zuma/BoardConfig-common.mk include device/google/zuma/BoardConfig-common.mk