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

Commit 226715cd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Set apex_available property"

parents 68970a33 f9cf9fec
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@ java_library_static {
        "bluetooth/metrics/bluetooth.proto",
        "bluetooth/bluetoothKeystore/keystore.proto",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth.updatable",
    ],
}

cc_library_static {
@@ -21,6 +25,10 @@ cc_library_static {
        "bluetooth/metrics/bluetooth.proto",
        "bluetooth/bluetoothKeystore/keystore.proto",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth.updatable",
    ],
}

cc_library_static {
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ cc_library_headers {

    vendor_available: true,
    host_supported: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth.updatable",
    ],
}

cc_library_headers {
+4 −0
Original line number Diff line number Diff line
@@ -10,6 +10,10 @@ cc_library_static {
        "lib-bt-packets-base",
        "lib-bt-packets-avrcp",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth.updatable",
    ],
}

cc_test {
+4 −0
Original line number Diff line number Diff line
@@ -32,4 +32,8 @@ cc_library_static {
    static_libs: [
        "lib-bt-packets-base",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth.updatable",
    ],
}
+4 −0
Original line number Diff line number Diff line
@@ -8,4 +8,8 @@ cc_library_static {
        "iterator.cc",
        "packet_builder.cc",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth.updatable",
    ],
}
Loading