Merge "wifi: husky: Support SAR feature for rear camera" into udc-d1-dev am: d8f5955ccb
am: f3164caa35
am: df6540e2e4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23722145 Change-Id: I7ebae834f05405eb9fc52b1a399f7ef1867e5348 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
53ff43e37e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue