Merge "vold: remove unnecessary dependency on libbatteryservice."
am: 7b0ac6d37e
Change-Id: I772e82a8ae54477014076be34b7dab5cb968fba7
This commit is contained in:
commit
2313818c46
2 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue