From 2ca729d6e558c54940d39f193cba882263fc51e2 Mon Sep 17 00:00:00 2001 From: silens Date: Tue, 29 Oct 2024 10:47:07 +0800 Subject: [PATCH] Remove 'RELEASE_PIXEL_BROADCAST_ENABLED' This build flag is not used now. Test: build Bug: 376153497 Flag: EXEMPT only modify device config file Change-Id: If8ac0328494e15ee4a18e9316f527d9867a129c0 --- device-husky.mk | 3 +-- device-shiba.mk | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/device-husky.mk b/device-husky.mk index 5f20ed7..669aa12 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -225,11 +225,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ bluetooth.profile.ccp.server.enabled?=true \ bluetooth.profile.vcp.controller.enabled?=true -ifeq ($(RELEASE_PIXEL_BROADCAST_ENABLED), true) +# Bluetooth LE Audio Broadcast PRODUCT_PRODUCT_PROPERTIES += \ bluetooth.profile.bap.broadcast.assist.enabled=true \ bluetooth.profile.bap.broadcast.source.enabled=true -endif # Bluetooth LE Audio enable hardware offloading PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/device-shiba.mk b/device-shiba.mk index 37a4b46..05f9e05 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -213,11 +213,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ bluetooth.profile.ccp.server.enabled?=true \ bluetooth.profile.vcp.controller.enabled?=true -ifeq ($(RELEASE_PIXEL_BROADCAST_ENABLED), true) +# Bluetooth LE Audio Broadcast PRODUCT_PRODUCT_PROPERTIES += \ bluetooth.profile.bap.broadcast.assist.enabled=true \ bluetooth.profile.bap.broadcast.source.enabled=true -endif # Bluetooth LE Audio enable hardware offloading PRODUCT_PRODUCT_PROPERTIES += \