From 265e6a3415fa0190825ebde4b1e1c87a89e531df Mon Sep 17 00:00:00 2001 From: Andrew Cheng Date: Fri, 6 Dec 2024 11:28:13 -0800 Subject: [PATCH] Fix properties to enable override AAOS_on_phone targets need to override these properties, without that builds are failing. Bug: 382710252 Test: local build Change-Id: I8eb4f6f904370caed9d87745331ff9b2ead1a2cd --- device-husky.mk | 4 ++-- device-shiba.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/device-husky.mk b/device-husky.mk index 669aa12..380205e 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -227,8 +227,8 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Bluetooth LE Audio Broadcast PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.profile.bap.broadcast.assist.enabled=true \ - bluetooth.profile.bap.broadcast.source.enabled=true + bluetooth.profile.bap.broadcast.assist.enabled?=true \ + bluetooth.profile.bap.broadcast.source.enabled?=true # Bluetooth LE Audio enable hardware offloading PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/device-shiba.mk b/device-shiba.mk index 05f9e05..dbe020a 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -215,8 +215,8 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Bluetooth LE Audio Broadcast PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.profile.bap.broadcast.assist.enabled=true \ - bluetooth.profile.bap.broadcast.source.enabled=true + bluetooth.profile.bap.broadcast.assist.enabled?=true \ + bluetooth.profile.bap.broadcast.source.enabled?=true # Bluetooth LE Audio enable hardware offloading PRODUCT_PRODUCT_PROPERTIES += \