| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* <Q blobs require broader sysfs access and we don't
want to relabel stuff like /sys/class/kgsl.
Change-Id: I6a821da53686eba33990ae231ccae700de2d7391
|
|
|
|
|
|
|
| |
* Sync to https://github.com/LineageOS/android_packages_apps_LineageParts/commit/396616147d5a6f45590dcf470dbd65f532845f92
* Also change some stuff to adapt after https://github.com/LineageOS/android_packages_apps_LineageParts/commit/96508d2cf8f5f4b0b64c29203d65c5592042e491
Change-Id: I54f529af625ccef365f952118a337555e384507b
|
|
|
|
| |
Change-Id: Ia8503d9d3d14ced0299d5ea329694511bac9c3bf
|
|
|
|
| |
Change-Id: I3fbd5f6d8e9a9e4437b0b109d2a0017cafcca1f0
|
|
|
|
|
|
|
|
|
|
| |
The framework was changed in Android R to require explicit authenticator registration.
This change allows apps to continue to use the fingerprint sensor.
Bug: 147445115
Test: Builds
Change-Id: Id3385edc784b2053c8b54ec3153728f4e6e22a45
|
|
|
|
| |
Change-Id: Iedd67b40869c919ce5138e2c1993d76b683ca430
|
|
|
|
| |
Change-Id: Ia67edb6fda5985533b5acdc31ec39330a9a1dbef
|
|
|
|
|
|
| |
This has been turned into a VINTF fragment.
Change-Id: Iaf53a2e1fbac75d53ec11d4c56c51230f4758daf
|
|
|
|
| |
Change-Id: Ia741c785c3ca1d6fb3d41ac68d64865731fba129
|
|
|
|
| |
Change-Id: Icd7f381c574ea36eb4d797cefd60ba9f1a0941bd
|
|
|
|
|
|
|
|
|
|
|
| |
For some reason, any prebuilt ones from pre-R ROMs no longer work on R
and cause the following error:
E ANDR-PERF: Unable to link to gPerfHal death notifications!
What's worse, the minimal CPU frequency of both clusters will be locked
at 1036MHz on msm8996.
Change-Id: I1dc96e4a51c4c81dd847c59a58ec670d89054f64
|
|
|
|
| |
Change-Id: I8f95de6be002767d7f281cfea38147ac29da9d66
|
|
|
|
| |
Change-Id: I151dce68bbf3fc0bded44643ff19cc9558660409
|
|
|
|
|
|
| |
* Dead since Q, where XML audio policies weren't enforced yet
Change-Id: I302a0ed97964b052176dc3bb0141db1ba85e78c8
|
|
|
|
|
|
| |
It no longer exists, the service is fully binderized
Change-Id: I06ee402b50216948e0e72a2797c2edfda1c4886a
|
|
|
|
| |
Change-Id: If1a7328804fb9bc39ccec70690f1090f2d0509b3
|
|
|
|
| |
Change-Id: Ib5157b1e182ac6faf212793871ddff28fc32063d
|
|
|
|
| |
Change-Id: Id4303ba662f60cb794aac65ebde652b643ea2345
|
|
|
|
| |
Change-Id: I4a80ce2de44081395fdc5e661c33c52f0c7e4c73
|
|
|
|
|
|
|
|
|
|
|
| |
This block is completely redundant because..
- WITH_DEXPREOPT := true is the default
- WITH_DEXPREOPT_PIC is never read
- DEX_PREOPT_DEFAULT := nostripping has no effect when the
BOARD_USES_SYSTEM_OTHER_ODEX flag is set to true
Test: make
Change-Id: I618a1e395ca1a14555cd50eef1a4f1aa079b553d
|
|
|
|
|
|
| |
In analogy to I017491fd383551c5aadf8648edb900e0c12a27b8
Change-Id: I18f770da2986653a70fdfa92f3be5e1199d06d08
|
|
|
|
|
|
|
|
|
|
|
| |
Preinstalled overlays needn't be signed with the same cert
as the package it overlays, simply being preinstalled is
enough. Sign with the default cert instead for now, which
provides fewer special privileges.
Bug: 162195999
Test: verify values still overlaid correctly
Change-Id: I017491fd383551c5aadf8648edb900e0c12a27b8
|
|
|
|
| |
Change-Id: I436e67ea97511d728881e118cf8cb5b66ab338ed
|
|
|
|
| |
Change-Id: I3d3a25be50ebbd23c47906692469257482759814
|
|
|
|
| |
Change-Id: I477318ba43537e43d1a19a6183abc8b893f8c1cf
|
|
|
|
| |
Change-Id: I4b9f2267cfd6fe95d08ea0eb6f7415ba5d81c1b1
|
|
|
|
| |
Change-Id: I80b9b0b9ada6be12b80938a75077c071927c6527
|
|
|
|
|
|
|
| |
This is more effective, because the package may still be installed
and at the same time disabled by the user.
Change-Id: I95ccf5c4cdb05bac6cd91b96d7da6461dc8f6c44
|
|
|
|
|
|
|
|
|
|
|
| |
It was recently noticed that waiting for BOOT_COMPLETED intent action
is not enough to make sure that stuff is properly initialized
before the user opens additional buttons settings. Address such issue
by registering to INITIALIZE_LINEAGE_HARDWARE intent action as well,
but keep listening to BOOT_COMPLETED action just in case the SDK
is not present or not brought up.
Change-Id: I55719348b1451d8817b202d343bd2fa3c0b346c1
|
|
|
|
|
|
| |
Our device doesn't simply support sae.
Change-Id: Ibf8b9e363b4677cf2ab9590cc2ea1ba2341e29ca
|
|
|
|
| |
Change-Id: Ic6302844ac58c16713b43b6871a705b9b4749a96
|
|
|
|
|
|
|
|
|
|
| |
Legacy service name, use android.hardware.audio.service instead
Bug: 153579444
Test: presubmit
Signed-off-by: Roman Kiryanov <rkir@google.com>
Merged-In: I4c05accb86dd0c9cd1b3fef3d84e0d54b2afc6a1
Change-Id: I6b55b4b1db2577f4176c99dca7021cfe78e13307
|
|
|
|
|
|
| |
Bug: 73829928
Test: boot, check directories, no errors during boot
Change-Id: Ia1272b2bcc5006fa75a50631861fbaccdeed7bee
|
|
|
|
|
|
| |
* This isn't needed anymore.
Change-Id: Ib77e5212099d82bbc07aea6044eb35109faff5cb
|
|
|
|
| |
Change-Id: I258bd73542da9b1a67246c75c1edb705989d0ea7
|
|
|
|
| |
Change-Id: I38329f6d4ebb7b1a0b0f01e40918fdb73ccbcba9
|
|
|
|
| |
Change-Id: If8b7a884a4bf52f6e2aeddba93e1ca17c5d66207
|
|
|
|
| |
Change-Id: I5a1c58dfe025c098f0262da0ca0713df6f4ec7d4
|
|
|
|
| |
Change-Id: I5aa1df2fa2e79e7f27767f572cbd03ef20304a29
|
|
|
|
| |
Change-Id: I42e69b8e1d9caf8d580176734072e05fad7f8725
|
|
|
|
| |
Change-Id: I651edb4823e54b589b7b72f6362a07c6e78b955a
|
|
|
|
|
|
|
|
|
| |
modules
As part of this FR we are moving vendor ipa data specific module
configurations to custom vendor data init rc files
Change-Id: Ib1f2a8187b243e73ca1d4fa921117fd63b361157
|
|
|
|
|
|
|
| |
-- Include ims_ext_common permission xml.
Change-Id: Ide3ecae57cc1909180c8d8f323aa31620e900888
CRs-Fixed: 2373721
|
|
|
|
|
|
|
|
|
|
| |
classpath"
No longer needed with Q ims.apk
This reverts commit 8187364cb4a34ca889915160180665e350981477.
Change-Id: I4e2429e78204ed5a65cc1a2659f0065b78e30865
|
|
|
|
| |
Change-Id: I107aa37abdcbbe0581d0d9047d0e27a2eabafd9e
|
|
|
|
|
|
| |
Add telephony-qti-utils libarary to product packages
Change-Id: Ie8651ebadc246c21bd5eb69ef060fe32d8f5f7c8
|
|
|
|
| |
Change-Id: I4e248bb6de482d503e672d284189b24cafac8d20
|
|
|
|
|
|
|
|
| |
For graphics performance reasons
Bug: 122347746
Test: visual; swipe up on overview
Change-Id: Iadc765aa72e2777f5307659a6138e9dcef1a9659
|
|
|
|
|
|
|
|
|
|
| |
[ 9.346918] type=1400 audit(71454275.960:7): avc: denied { create } for comm="init" name="dpmwrapper" scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=0
Ref:
[0]: https://source.codeaurora.org/quic/la/device/qcom/sepolicy/commit/?h=LA.UM.9.2.1.r1-03800-sdm660.0&id=79488292273efa5ab89bc405a5f6ae4dec5d011d
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Change-Id: I262b06821c0625978b3685d0666bd2cf599fbf98
|
|
|
|
|
|
| |
The custom jar is dead for good in Android 11.
Change-Id: I7f0f7afd186b00f01183bf4479092d03897e074a
|