commit | 434acc2ab4bab9d2407e5167be1dc2c22bfead0f | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Sun Sep 29 21:06:22 2019 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Oct 23 01:12:56 2019 +0300 |
tree | 9157caf4c90f46cc5d32739e76530f91ac48dcc6 | |
parent | 4e16643aba888a1cff432643aa2e22eeb93605b8 [diff] [blame] |
power: Add -qti suffix to module name * Prevent conflict with other HALs Change-Id: Icf1216410db26c3bb811d7aedde03e6d2f87e3cc
diff --git a/Power.cpp b/Power.cpp index 2caeaca..567066a 100644 --- a/Power.cpp +++ b/Power.cpp
@@ -27,7 +27,7 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define LOG_TAG "QTI PowerHAL" +#define LOG_TAG "android.hardware.power@1.2-service-qti" #include <android-base/file.h> #include <log/log.h>