From c279339ab927e2bdb77aa42973ef3e320c025364 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Thu, 6 Feb 2020 23:02:18 +0800 Subject: sdm660-common: Improve lights HAL * Use libbase logging and file utils * Read max brightness from sysfs * Convert constants to constexpr * Move helper functions to anonymous namespace * Bug fixes * Remove redundant chmod * Start the service after permissions are set up because it reads max brightness in constructor. Change-Id: I145d393c785e182060c5651e796d489f8c4d697b [SQUASHME] Let's dejank paths a bit... Change-Id: Ifd3d05588b0271e7a361aa4c7374a91fe5639a1f --- light/Android.bp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'light/Android.bp') diff --git a/light/Android.bp b/light/Android.bp index e05d16d..7a2474b 100644 --- a/light/Android.bp +++ b/light/Android.bp @@ -19,14 +19,12 @@ cc_binary { init_rc: ["android.hardware.light@2.0-service.xiaomi_sdm660.rc"], srcs: ["service.cpp", "Light.cpp"], shared_libs: [ - "libhardware", - "libhidlbase", - "libhidltransport", - "liblog", - "libhwbinder", - "libutils", - "android.hardware.light@2.0", + "libbase", + "libhidlbase", + "libhidltransport", + "libutils", + "android.hardware.light@2.0", ], relative_install_path : "hw", - proprietary: true, + vendor: true, } -- cgit v1.2.3