mirror of https://github.com/mstorsjo/fdk-aac.git
[Bluetooth apex] Use new apex name
The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: I504a8727ddf73d3568616bc0f57983331dd28744
This commit is contained in:
parent
8da1061f74
commit
2bb735c4fb
|
@ -94,7 +94,7 @@ cc_library_static {
|
||||||
|
|
||||||
apex_available: [
|
apex_available: [
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"com.android.bluetooth",
|
"com.android.btservices",
|
||||||
"com.android.media.swcodec",
|
"com.android.media.swcodec",
|
||||||
],
|
],
|
||||||
min_sdk_version: "29",
|
min_sdk_version: "29",
|
||||||
|
|
Loading…
Reference in New Issue