Merge "vold: remove unnecessary dependency on libbatteryservice." am: 7b0ac6d37e am: 2313818c46

am: a6f34f6e78

Change-Id: I824e6e9285013895bc989e2667e297e130b6e1af
gugelfrei
Yifan Hong 7 years ago committed by android-build-merger
commit da59b50f70

@ -72,7 +72,6 @@ common_static_libraries := \
libfec_rs \
libsquashfs_utils \
libscrypt_static \
libbatteryservice \
libavb \
# TODO: include "cert-err34-c" once we move to Binder

@ -17,11 +17,6 @@
#define LOG_TAG "VoldCheckBattery"
#include <cutils/log.h>
#include <binder/IServiceManager.h>
#include <batteryservice/IBatteryPropertiesRegistrar.h>
using namespace android;
extern "C"
{
int is_battery_ok_to_start()

Loading…
Cancel
Save