-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lights: switch to AIDL HAL from somainline
The previously used [email protected] is mostly just a passthrough HAL that uses the legacy liblights that we implemented here. The new HAL is using AIDL and implements the interface directly which is much more what it should be. This also fixes max brightness being (indirectly) hardcoded to 1020 instead of the actual values that devices support. Link: https://github.com/SoMainline/android-lights-hal
- Loading branch information
1 parent
cd5db6e
commit 46c9639
Showing
19 changed files
with
400 additions
and
427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,9 +194,7 @@ PRODUCT_HOST_PACKAGES := \ | |
mkbootimg | ||
|
||
# Lights | ||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] | ||
$(call inherit-product, $(LOCAL_PATH)/hals/lights.mk) | ||
|
||
# Haptics | ||
PRODUCT_PACKAGES += \ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.