diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-02-06 23:02:18 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | c279339ab927e2bdb77aa42973ef3e320c025364 (patch) | |
tree | e0792b6e068209cc5bb2a5f12aa3039a625fba6d /.clang-format | |
parent | 938bdfae0a0a69e765d39121ba18de111df28eaa (diff) |
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
Diffstat (limited to '.clang-format')
l--------- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 120000 index 0000000..973b2fa --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +../../../build/soong/scripts/system-clang-format
\ No newline at end of file |