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

Commit 1e8ca1d7 authored by Kuan Wang's avatar Kuan Wang
Browse files

Move fuelgauge_usage_state.proto into fuelgauge folder.

Test: make RunSettingsRoboTests + manual
Bug: 20424125
Change-Id: Id0ed25e06258764ec58263c2e2f7dec7bfd81c0a
parent 230c7130
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";