mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55: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",
|
||||
"libhealthloop",
|
||||
"libhealth2impl",
|
||||
"libc++fs"
|
||||
],
|
||||
|
||||
srcs: [
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
#include <unordered_map>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <filesystem> // C++17
|
||||
|
||||
#include <health/utils.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::hidl::base::V1_0::IBase;
|
||||
using namespace std::literals;
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
static int charge_cnt = 0;
|
||||
|
||||
enum battery_stats {
|
||||
CHARGE_CNT,
|
||||
|
|
|
|||
Loading…
Reference in a new issue