mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Remove unused deps from health impl
This commit is contained in:
parent
f7c01f23cc
commit
478b6f760c
2 changed files with 0 additions and 5 deletions
|
|
@ -21,7 +21,6 @@ cc_library_shared {
|
||||||
"libbatterymonitor",
|
"libbatterymonitor",
|
||||||
"libhealthloop",
|
"libhealthloop",
|
||||||
"libhealth2impl",
|
"libhealth2impl",
|
||||||
"libc++fs"
|
|
||||||
],
|
],
|
||||||
|
|
||||||
srcs: [
|
srcs: [
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <filesystem> // C++17
|
|
||||||
|
|
||||||
#include <health/utils.h>
|
#include <health/utils.h>
|
||||||
#include <health2impl/Health.h>
|
#include <health2impl/Health.h>
|
||||||
|
|
@ -19,9 +18,6 @@ using ::android::hardware::health::V2_0::Result;
|
||||||
using ::android::hardware::health::V1_0::BatteryStatus;
|
using ::android::hardware::health::V1_0::BatteryStatus;
|
||||||
using ::android::hidl::base::V1_0::IBase;
|
using ::android::hidl::base::V1_0::IBase;
|
||||||
using namespace std::literals;
|
using namespace std::literals;
|
||||||
namespace fs = std::filesystem;
|
|
||||||
|
|
||||||
static int charge_cnt = 0;
|
|
||||||
|
|
||||||
enum battery_stats {
|
enum battery_stats {
|
||||||
CHARGE_CNT,
|
CHARGE_CNT,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue