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

Commit 2ffb5982 authored by Paul Duffin's avatar Paul Duffin Committed by Automerger Merge Worker
Browse files

Merge "Dedup *fragments information common to apex and sdk" into...

Merge "Dedup *fragments information common to apex and sdk" into stage-aosp-master am: 2492ff30 am: af20dfca

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



Change-Id: Ib1229c2044976ad9e71f2f4553b6915ab7f64089
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a9390db7 af20dfca
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.