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

Commit 35255408 authored by William Escande's avatar William Escande
Browse files

[BP CLEANUP] Format bpfmt -s in framework,pandora,service,apex

Test: Build + Th + boot | This should be a no-op change
Bug: 277168419
Change-Id: I97ca96d5c8be1264792d0f3380f33c1239575dac
parent 17771a11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ apex {
    systemserverclasspath_fragments: ["com.android.btservices-systemserverclasspath-fragment"],
    compat_configs: [
        "bluetooth-compat-config",
        "framework-bluetooth-compat-config",
        "bluetoothapk-platform-compat-config",
        "framework-bluetooth-compat-config",
    ],
    apps: ["Bluetooth"],

@@ -41,9 +41,9 @@ apex {
        "audio_set_configurations_json",
        "audio_set_scenarios_bfbs",
        "audio_set_scenarios_json",
        "btservices-linker-config",
        "bt_did.conf",
        "bt_stack.conf",
        "btservices-linker-config",
        "interop_database.conf",
        "privapp_allowlist_com.android.bluetooth.xml",
    ],
+5 −5
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ filegroup {
    name: "framework-bluetooth-sources",
    defaults: ["framework-sources-module-defaults"],
    srcs: [
        "java/**/*.java",
        "java/**/*.aidl",
        "java/**/*.java",
    ],
    path: "java",
}
@@ -24,13 +24,13 @@ java_defaults {
    name: "framework-bluetooth-defaults",
    defaults: ["bluetooth-module-sdk-version-defaults"],
    static_libs: [
        "modules-utils-synchronous-result-receiver",
        "PlatformProperties",
        "modules-utils-synchronous-result-receiver",
    ],
    libs: [
        "app-compat-annotations",
        "framework-tethering.stubs.module_lib",
        "unsupportedappusage", // for android.compat.annotation.UnsupportedAppUsage
        "app-compat-annotations",
    ],
    stub_only_libs: ["framework-tethering.stubs.module_lib"],
    srcs: [
@@ -53,8 +53,8 @@ java_library {
java_sdk_library {
    name: "framework-bluetooth",
    defaults: [
        "framework-module-defaults",
        "framework-bluetooth-defaults",
        "framework-module-defaults",
    ],

    jarjar_rules: ":bluetooth-jarjar-rules",
@@ -96,6 +96,7 @@ java_defaults {
    name: "framework-bluetooth-tests-defaults",
    sdk_version: "core_platform",
    libs: [
        "app-compat-annotations",
        // order matters: classes in framework-bluetooth are resolved before framework, meaning
        // @hide APIs in framework-bluetooth are resolved before @SystemApi stubs in framework
        "framework-bluetooth.impl",
@@ -103,7 +104,6 @@ java_defaults {
        "framework",
        // if sdk_version="" this gets automatically included, but here we need to add manually.
        "framework-res",
        "app-compat-annotations",
    ],
    defaults_visibility: ["//visibility:public"],
}
+1 −1
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ android_test {
        exclude_filter: [],
    },
    libs: [
        "android.test.runner",
        "android.test.base",
        "android.test.runner",
    ],
    static_libs: [
        "androidx.test.rules",
+1 −1
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ android_test {
        exclude_filter: [],
    },
    libs: [
        "android.test.runner",
        "android.test.base",
        "android.test.runner",
    ],
    static_libs: [
        "androidx.test.ext.truth",
+3 −3
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ java_library {
    ],
    proto: {
        include_dirs: [
            "external/protobuf/src",
            "external/pandora/bt-test-interfaces",
            "external/protobuf/src",
            "packages/modules/Bluetooth/pandora/interfaces",
        ],
        plugin: "grpc-java-plugin",
@@ -34,9 +34,9 @@ java_library {
    name: "pandora_experimental-proto-java",
    visibility: ["//packages/modules/Bluetooth/android/pandora/server"],
    srcs: [
        ":libprotobuf-internal-protos",
        ":pandora-protos",
        "pandora_experimental/*.proto",
        ":libprotobuf-internal-protos",
    ],
    static_libs: [
        "libprotobuf-java-lite",
@@ -47,8 +47,8 @@ java_library {
        canonical_path_from_root: false,
        type: "lite",
        include_dirs: [
            "external/protobuf/src",
            "external/pandora/bt-test-interfaces",
            "external/protobuf/src",
            "packages/modules/Bluetooth/pandora/interfaces",
        ],
    },
Loading