Merge "vold: remove unnecessary dependency on libbatteryservice."

am: 7b0ac6d37e

Change-Id: I772e82a8ae54477014076be34b7dab5cb968fba7
gugelfrei
Yifan Hong 7 years ago committed by android-build-merger
commit 2313818c46

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

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