mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: parts: jni: Link against libc++ fs
Also fix Kotlin src issues Also clang-format the cpp src
This commit is contained in:
parent
0a612ac913
commit
0faf51929d
10 changed files with 57 additions and 55 deletions
|
|
@ -11,12 +11,12 @@ using vendor::eureka::hardware::parts::V1_0::Number;
|
|||
using vendor::eureka::hardware::parts::V1_0::SysfsType;
|
||||
|
||||
enum {
|
||||
BATTERY_CAPACITY_MAX = 1,
|
||||
BATTERY_CAPACITY_CURRENT,
|
||||
BATTERY_CAPACITY_CURRENT_MAH,
|
||||
CHARGING_STATE,
|
||||
BATTERY_TEMP,
|
||||
BATTERY_CURRENT = 6
|
||||
BATTERY_CAPACITY_MAX = 1,
|
||||
BATTERY_CAPACITY_CURRENT,
|
||||
BATTERY_CAPACITY_CURRENT_MAH,
|
||||
CHARGING_STATE,
|
||||
BATTERY_TEMP,
|
||||
BATTERY_CURRENT = 6
|
||||
};
|
||||
|
||||
static android::sp<IBatteryStats> service = IBatteryStats::getService();
|
||||
|
|
|
|||
Loading…
Reference in a new issue