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

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

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



Change-Id: Id31fec6eacf2a24d62d00f890e3f3aed152c440c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 55eae9a3 19367ac5
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.