universal7885: Remove unused deps from health impl

This commit is contained in:
roynatech2544 2022-05-07 07:48:11 +09:00
commit 478b6f760c
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
2 changed files with 0 additions and 5 deletions

View file

@ -21,7 +21,6 @@ cc_library_shared {
"libbatterymonitor",
"libhealthloop",
"libhealth2impl",
"libc++fs"
],
srcs: [

View file

@ -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,