-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sdm845-common: SELinux init and sync some configs from Xiaomi tree #1
base: T
Are you sure you want to change the base?
Conversation
072f277
to
013b2aa
Compare
sepolicy/vendor/temp.te
Outdated
add_hwservice(rild, default_android_hwservice) | ||
binder_call(rild, init) | ||
set_prop(rild, vendor_default_prop) | ||
binder_call(rild, hal_lgdata_default) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one doesn't exist for me
sepolicy/vendor/temp.te
Outdated
add_hwservice(init, hal_nxpnfc_hwservice) | ||
add_hwservice(init, hal_power_stats_hwservice) | ||
add_hwservice(init, hal_thermal_hwservice) | ||
add_hwservice(init, hal_vibrator_hwservice) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something in this pr broke the vibration motor.
hwservicemanager: Tried to start [email protected]::IVibrator/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly.
I tried manually adding vendor.qti.hardware.vibrator.service
to PRODUCT_PACKAGES and that suppressed the error but the hardware still won't function.
Sorry it seems I missed the existence of this repo https://github.com/oobaboo/android_device_lge_common |
It's pointless when using extern "C". Change-Id: Ibdf9f06a70aa3a75687b33781c78cf2172bb334d
Return a positive integer for perf lock acquire and release so that Goodix/FPC fingerprint sensor blobs will not complain. Goodix: E [goodixHAL][gf_hal_milan_f_series]: goodix_perf_lock_acquire: Failed to acquire perf lock, err: 0 E [goodixHAL][gf_hal_milan_f_series]: goodix_perf_lock_release: Perf lock release error 0 FPC: E fpc_tac : fpc_perf_lock_acquire: Incorrect params, Failed to acquire perf lock, err E fpc_tac : fpc_perf_lock_release: Perf lock release error 0 Signed-off-by: Chenyang Zhong <[email protected]> Change-Id: I861672e9a738c2204755d802670f4b28b662f286
* Why bothering with C++ mangling when we can just build it as a standard C library? Change-Id: I45ea977edf7ea7fab6fece76f3049654a8d24c5d
3563407
to
20f91f0
Compare
fab04f3
to
91119f2
Compare
1bfc915
to
8d0aa02
Compare
No description provided.