From 3c94f3a55d27b70b3438ceb60cd2b119ba0c895e Mon Sep 17 00:00:00 2001 From: Omer Osman Date: Fri, 22 Apr 2022 02:02:40 +0000 Subject: Add libopus to Bluetooth mainline module Apex This CL includes libopus as a static object within Bluetooth Apex to enable support for Opus over A2DP. Bug: 226441860 Test: Sink device using bds-dev Change-Id: Ie3864f47b1be11d0f34eaf63e5cc82824d4f1e9f --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 270d3271..f2f09f8d 100644 --- a/Android.bp +++ b/Android.bp @@ -383,6 +383,7 @@ cc_library { apex_available: [ "//apex_available:platform", // used by libstagefright_soft_opusdec "com.android.media.swcodec", + "com.android.bluetooth", ], min_sdk_version: "29", } -- cgit v1.2.3