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

Commit 52fd75c2 authored by Paul Duffin's avatar Paul Duffin Committed by Presubmit Automerger Backend
Browse files

[automerge] Dedup *fragments information common to apex and sdk 2p: 303b41b8

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/19306774

Bug: 232401814
Change-Id: I69ba98967f60d12c8cef8ab493825c12f7bbb550
Merged-In: I875b16f4deddda08295caaa97e00c7b01501566d
parents 55eae9a3 303b41b8
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -97,8 +97,11 @@ android_app_certificate {

sdk {
    name: "btservices-module-sdk",
    bootclasspath_fragments: ["com.android.btservices-bootclasspath-fragment"],
    systemserverclasspath_fragments: ["com.android.btservices-systemserverclasspath-fragment"],
    apexes: [
        // Adds exportable dependencies of the APEX to the sdk,
        // e.g. *classpath_fragments.
        "com.android.btservices",
    ],
}

// Encapsulate the contributions made by the com.android.bluetooth to the bootclasspath.