Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4b927f6 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

storaged: fix headers.

am: acd2d30c

Change-Id: I159faf7db86b69eb0164aca8d3e0d85e2086658e
parents 7a7788ef acd2d30c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ cc_library_static {
    ],

    static_libs: ["libhealthhalutils"],
    header_libs: ["libbatteryservice_headers"],

    logtags: ["EventLogTags.logtags"],

+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@
#include <unordered_map>
#include <vector>

#include <batteryservice/IBatteryPropertiesListener.h>
#include <utils/Mutex.h>

#include <android/hardware/health/2.0/IHealth.h>
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@
#include <string>
#include <unordered_map>

#include <binder/Parcelable.h>

namespace android {
namespace os {
namespace storaged {
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@

#include <android-base/file.h>
#include <android-base/logging.h>
#include <android-base/unique_fd.h>
#include <android/hidl/manager/1.0/IServiceManager.h>
#include <batteryservice/BatteryServiceConstants.h>
#include <cutils/properties.h>