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

Commit d666c1bf authored by YK Hung's avatar YK Hung Committed by Android (Google) Code Review
Browse files

Merge "Move fuelgauge_usage_state.proto into fuelgauge folder."

parents cbe52e6b 1e8ca1d7
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -41,11 +41,3 @@ java_library {
    },
    srcs: ["fuelgauge_log.proto"],
}

java_library {
    name: "fuelgauge-usage-state-protos-lite",
    proto: {
        type: "lite",
    },
    srcs: ["fuelgauge_usage_state.proto"],
}
+16 −0
Original line number Diff line number Diff line
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "packages_apps_Settings_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["packages_apps_Settings_license"],
}

java_library {
    name: "fuelgauge-usage-state-protos-lite",
    proto: {
        type: "lite",
    },
    srcs: ["fuelgauge_usage_state.proto"],
}
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
syntax = "proto2";

package com.android.settings.intelligence;
option java_multiple_files = true;
option java_package = "com.android.settings.fuelgauge.batteryusage";
option java_outer_classname = "FuelgaugeUsageStateProto";