diff options
author | 2022-12-09 10:23:03 -0800 | |
---|---|---|
committer | 2022-12-09 10:23:03 -0800 | |
commit | c0f432edfd35c62c37f0eb1ebffd1492eaa23002 (patch) | |
tree | 060ab3e748dd04d62d94beb05b6bb63fc1440a6a | |
parent | 3784d144047e567e0740a0eda5c6693bc126e2bf (diff) | |
parent | b0208fb5c7a1c9efa7a261eedca75fa743460e73 (diff) |
Merge Android 13 QPR1
Bug: 261731544
Merged-In: Ic5a553e1442b22ad2a57456d34cbec6a14e8a950
Change-Id: I225d7c223d7851298f376051dd7c0c21ccf614dd
-rw-r--r-- | apex/apex.go | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/apex/apex.go b/apex/apex.go index 25de1ee17..01e4f1222 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -3087,31 +3087,7 @@ func makeApexAvailableBaseline() map[string][]string { // Module separator // m["com.android.btservices"] = []string{ - "bluetooth-protos-lite", - "internal_include_headers", - "libaudio-a2dp-hw-utils", - "libaudio-hearing-aid-hw-utils", - "libbluetooth", - "libbluetooth-types", - "libbluetooth-types-header", - "libbluetooth_gd", - "libbluetooth_headers", - "libbluetooth_jni", - "libbt-audio-hal-interface", - "libbt-bta", - "libbt-common", - "libbt-hci", - "libbt-platform-protos-lite", - "libbt-protos-lite", - "libbt-sbc-decoder", - "libbt-sbc-encoder", - "libbt-stack", - "libbt-utils", - "libbtcore", - "libbtdevice", - "libbte", - "libbtif", - "libchrome", + // empty } // // Module separator |