Lynx: Fix configs for google_car varient am: bcf427acd6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/22192779 Change-Id: I60d6d1d0b176fc908398ad87e9ff12dbc6a633b4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -27,12 +27,12 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||||||
ro.bluetooth.leaudio_offload.supported=true \
|
ro.bluetooth.leaudio_offload.supported=true \
|
||||||
persist.bluetooth.leaudio_offload.disabled=false \
|
persist.bluetooth.leaudio_offload.disabled=false \
|
||||||
ro.vendor.audio_hal.ble_use_stream_id=true \
|
ro.vendor.audio_hal.ble_use_stream_id=true \
|
||||||
bluetooth.profile.bap.unicast.client.enabled=true \
|
bluetooth.profile.bap.unicast.client.enabled?=true \
|
||||||
bluetooth.profile.csip.set_coordinator.enabled=true \
|
bluetooth.profile.csip.set_coordinator.enabled?=true \
|
||||||
bluetooth.profile.hap.client.enabled=true \
|
bluetooth.profile.hap.client.enabled?=true \
|
||||||
bluetooth.profile.mcp.server.enabled=true \
|
bluetooth.profile.mcp.server.enabled?=true \
|
||||||
bluetooth.profile.ccp.server.enabled=true \
|
bluetooth.profile.ccp.server.enabled?=true \
|
||||||
bluetooth.profile.vcp.controller.enabled=true \
|
bluetooth.profile.vcp.controller.enabled?=true \
|
||||||
|
|
||||||
# Bluetooth LE Audio CIS handover to SCO
|
# Bluetooth LE Audio CIS handover to SCO
|
||||||
# Set the property only if the controller doesn't support CIS and SCO
|
# Set the property only if the controller doesn't support CIS and SCO
|
||||||
|
@@ -13,9 +13,16 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
TARGET_BOARD_INFO_FILE := device/google/lynx/board-info.txt
|
TARGET_BOARD_INFO_FILE := device/google/lynx/board-info.txt
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := lynx
|
TARGET_BOOTLOADER_BOARD_NAME := lynx
|
||||||
|
|
||||||
|
ifdef PHONE_CAR_BOARD_PRODUCT
|
||||||
|
include vendor/auto/embedded/products/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
||||||
|
else
|
||||||
TARGET_SCREEN_DENSITY := 420
|
TARGET_SCREEN_DENSITY := 420
|
||||||
|
endif
|
||||||
|
|
||||||
BOARD_USES_GENERIC_AUDIO := true
|
BOARD_USES_GENERIC_AUDIO := true
|
||||||
USES_DEVICE_GOOGLE_LYNX := true
|
USES_DEVICE_GOOGLE_LYNX := true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user