diff options
author | Etienne Ruffieux <eruffieux@google.com> | 2022-03-04 13:31:43 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2023-08-03 02:52:56 +0200 |
commit | 9a458137caa959cc058e424043e6b077eb21ddf1 (patch) | |
tree | 3778994fd12b972d80b382734ca1d0300eab22b2 /msm8996.mk | |
parent | 0f913274e58a9c9a84d40019ef37583d583f2739 (diff) |
msm8996-common: Removed audio A2dp from device.mk
Bug: 220306859
Test: atest
Tag: #feature
Change-Id: I1af8461f8ad82afbb21b43dd6968e824ea89f5d6
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project -# Copyright (C) 2017-2020 The LineageOS Project +# Copyright (C) 2017-2023 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -109,7 +109,6 @@ PRODUCT_PACKAGES += \ android.hardware.audio@6.0-impl:32 \ android.hardware.audio.effect@6.0-impl:32 \ android.hardware.audio.service \ - audio.a2dp.default \ audio.primary.msm8996 \ audio.r_submix.default \ audio.usb.default \ |