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

Commit 19367ac5 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 am: 2ffb5982

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



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