diff options
| -rw-r--r-- | Android.mk | 4 | ||||
| -rw-r--r-- | Power.cpp | 2 | ||||
| -rw-r--r-- | android.hardware.power@1.2-service-qti.rc (renamed from android.hardware.power@1.2-service.rc) | 2 | ||||
| -rw-r--r-- | service.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -107,8 +107,8 @@ ifeq ($(TARGET_USES_INTERACTION_BOOST),true) LOCAL_CFLAGS += -DINTERACTION_BOOST endif -LOCAL_MODULE := android.hardware.power@1.2-service -LOCAL_INIT_RC := android.hardware.power@1.2-service.rc +LOCAL_MODULE := android.hardware.power@1.2-service-qti +LOCAL_INIT_RC := android.hardware.power@1.2-service-qti.rc LOCAL_MODULE_TAGS := optional LOCAL_VENDOR_MODULE := true include $(BUILD_EXECUTABLE) @@ -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> diff --git a/android.hardware.power@1.2-service.rc b/android.hardware.power@1.2-service-qti.rc index 8a1c347..0816c21 100644 --- a/android.hardware.power@1.2-service.rc +++ b/android.hardware.power@1.2-service-qti.rc @@ -1,4 +1,4 @@ -service vendor.power-hal-1-2 /vendor/bin/hw/android.hardware.power@1.2-service +service vendor.power-hal-1-2 /vendor/bin/hw/android.hardware.power@1.2-service-qti class hal user system group system diff --git a/service.cpp b/service.cpp index 7aed48b..f36141e 100644 --- a/service.cpp +++ b/service.cpp @@ -27,7 +27,7 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define LOG_TAG "android.hardware.power@1.2-service" +#define LOG_TAG "android.hardware.power@1.2-service-qti" #include <log/log.h> #include <hidl/HidlTransportSupport.h> |
