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

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

Merge "Move keystore.proto into android/app" into main

parents b88ffcbd a8bef213
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -199,8 +199,12 @@ android_app {
    srcs: [
        ":statslog-bluetooth-java-gen",
        ":statslog-bt-restricted-java-gen",
        "proto/keystore.proto",
        "src/**/*.java",
    ],
    proto: {
        type: "lite",
    },
    aaptflags: [
        "--custom-package",
        "com.android.bluetooth",
+0 −3
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@

syntax = "proto2";

// C++ namespace: bluetooth::metrics::BluetoothMetricsProto
package bluetooth.keystore.BluetoothKeystoreProto;

option java_package = "com.android.bluetooth";
option java_outer_classname = "BluetoothKeystoreProto";

+0 −3
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ java_library_static {
        type: "lite",
    },
    srcs: [
        "bluetooth/bluetoothKeystore/keystore.proto",
        "bluetooth/metrics/bluetooth.proto",
    ],
    apex_available: [
@@ -32,7 +31,6 @@ cc_library_static {
        type: "lite",
    },
    srcs: [
        "bluetooth/bluetoothKeystore/keystore.proto",
        "bluetooth/metrics/bluetooth.proto",
    ],
    apex_available: [
@@ -50,7 +48,6 @@ cc_library_static {
        include_dirs: ["external/protobuf/src"],
    },
    srcs: [
        "bluetooth/bluetoothKeystore/keystore.proto",
        "bluetooth/metrics/bluetooth.proto",
    ],
    apex_available: [