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

Commit 9320919c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/bt" am: 642db47f

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1874835

Change-Id: I17f16415eda5889aa43c9b766f6eabce474a891f
parents bcca5791 642db47f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -16,6 +16,15 @@
 *
 ******************************************************************************/

package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "system_bt_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["system_bt_license"],
}

cc_binary {
    name: "bap_uclient_test",
    system_ext_specific: true,
+9 −0
Original line number Diff line number Diff line
@@ -17,6 +17,15 @@
 ******************************************************************************/


package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "system_bt_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["system_bt_license"],
}

cc_library_static {
    name: "libbluetooth-types-qti",
    vendor_available: true,
+9 −0
Original line number Diff line number Diff line
@@ -16,6 +16,15 @@
 *
 ******************************************************************************/

package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "system_bt_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["system_bt_license"],
}

filegroup {
    name: "framework-bluetooth-adva-srcs",
    srcs: ["core/**/*.java",],
+9 −0
Original line number Diff line number Diff line
@@ -16,6 +16,15 @@
 *
 ******************************************************************************/

package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "system_bt_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["system_bt_license"],
}

filegroup {
    name: "framework-settingslib-adva-srcs",
    srcs: ["src/**/*.java"],
+9 −0
Original line number Diff line number Diff line
@@ -16,6 +16,15 @@
 *
 ******************************************************************************/

package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "system_bt_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["system_bt_license"],
}

filegroup {
    name: "bluetooth-apps-adva-srcs",
    srcs: ["src/com/android/bluetooth/groupclient/*.java",
Loading