Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 809a1f05 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8756258 from 3bb9d7a8 to tm-release

Change-Id: I309bff0b89043def0b3d8f414ac93a4f9ee7d159
parents c5e019e0 3bb9d7a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -454,6 +454,7 @@ func CheckAvailableForApex(what string, apex_available []string) bool {
	}
	return InList(what, apex_available) ||
		(what != AvailableToPlatform && InList(AvailableToAnyApex, apex_available)) ||
		(what == "com.android.btservices" && InList("com.android.bluetooth", apex_available)) ||
		(strings.HasPrefix(what, "com.android.gki.") && InList(AvailableToGkiApex, apex_available))
}

+30 −0
Original line number Diff line number Diff line
@@ -2775,6 +2775,36 @@ 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",
	}
	//
	// Module separator
	//
	m["com.android.bluetooth"] = []string{
		"bluetooth-protos-lite",
		"internal_include_headers",