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

am: 2313818c46

Change-Id: I1faae4261398a107aee274a7b6a4b05766786257
This commit is contained in:
Yifan Hong 2017-09-28 18:30:01 +00:00 committed by android-build-merger
commit a6f34f6e78
2 changed files with 0 additions and 6 deletions

View file

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

View file

@ -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()