This project is mirrored from https://github.com/Professor-Berni/android_device_sony_kitakami-common.git.
Pull mirroring updated .
- 03 Aug, 2020 2 commits
-
-
TARKZiM authored
* For wrapper.
-
TARKZiM authored
* Use open_legacy() for camera wrapper's legacy mode. * https://github.com/kaabir/hal3_old_device_motorola_potter/ https://github.com/OwnROM-Devices/android_device_oneplus_oneplus3/commit/44ee1b35361657c21e2b3f2bae75a05285397372
-
- 02 Aug, 2020 6 commits
-
-
Adrian DC authored
* The mediacodec (or android.hardware.media.omx@1.0-service) services do not have the audio groups but camera, therefore update the group to avoid access denial * Resolve denials with public/mediacodec.te: allow mediacodec video_device:chr_file rw_file_perms; Change-Id: I1da83eaab461ec7a98753009684ee3dca951b791
-
TARKZiM authored
* Since LD_PRELOAD doesn't seems to work on Oreo+, we're moving preload library to SHIM instead. (This fixes secd and it's security features) * Added more blobs to SDK override list to prevent further issues. * rootdir: Override some HAL services to add OEM permissions to it.
-
TARKZiM authored
-
TARKZiM authored
-
TARKZiM authored
* From https://github.com/Professor-Berni/android_device_sony_kitakami-common/tree/lineage-17.1 * Restructured the trees. Change-Id: I18ea9422c703fc19632cbc164aaf66c519124c12
-
TARKZiM authored
-
- 01 Aug, 2020 2 commits
-
-
Bernhard Thoben authored
Change-Id: Id38ad3bb948a19ae14e6cdfbc8e794612b210533
-
TALU authored
This reverts commit 2f7bbb26e2878080087673bed407d38d9b36f8e0. Change-Id: I2c584420d7f24d0963cb0470464d4be42e6f61a8
-
- 24 Jul, 2020 1 commit
-
-
Bernhard Thoben authored
Change-Id: I7120ad0aab38e4199eeeab06e00c13bc8b12ad18
-
- 23 Jul, 2020 6 commits
-
-
Anusha Shakarad authored
Change-Id: I4d5e9ec52901a8b7da9c0c439417a4ac90c512b3
-
Matthew Bouyack authored
Without this change we sometimes skip the execution of SurfaceFlinger for one frame, which increases latency and often leads to jank. This is one of several jank improvements suggested by Qualcomm. Bug: 68943050 Change-Id: I3db1519f8cab496454d900b18f0fa1629c33605c Signed-off-by:
Harshit Jain <harshitjain6751@gmail.com> Signed-off-by:
AmolAmrit <amol.amrit03@outlook.com>
-
Anton Hansson authored
This makes bionic and various art tools that compile/runs cpu-specific code choose the cortex-a53 variant at runtime. It does not affect build-time compilation. Bug: 120773446 Test: bionic benchmarks with and without this change Change-Id: I670c8acd094090135515688c5f057c2cc08a083f
-
Anton Hansson authored
Follow blueline which has not demonstrated any regressions after switching to a generic arch variant. Bug: 120773446 Test: make Change-Id: I9e23963fcfa5ccaa912f2930a632458c4d2a692d
-
Wang Han authored
* There is no cortex-a53.a57 specific routine since P according to commit f1d6e6e in bionic. Change-Id: I3c6a2c9d08fa8d95288b6ac272912380a115e146
-
Swetha Chikkaboraiah authored
This parameter "swiotlb=2048" sets the size of software IO TLB to defualt value, which translates to 4MB. The default size is 64MB. This will help in reducing kernel static by ~60MB. Change-Id: Id74ad0d92a5190720029ceb44585adf5ea579622
-
- 09 Jun, 2020 2 commits
-
-
Bernhard Thoben authored
Change-Id: I02e7532052685c11bdc989a6b71986d885e017ae
-
Bernhard Thoben authored
This is an important security feature! Change-Id: Ie0cef85575aeff77bbf7b638ef1dd149c511c14f
-
- 29 May, 2020 2 commits
-
-
TARKZiM authored
* For IPictureAdjustment instance.
-
Bernhard Thoben authored
Change-Id: Id464ae7aa6bee09153f3a31cccff5a444802037c
-
- 28 May, 2020 2 commits
-
-
Paul Keith authored
* Add supported interfaces to manifest while we're at it Change-Id: Iaad13fcdfb603d144599133339f9c0c6a0d1c66a
-
Paul Keith authored
Change-Id: Ia96dfe341d07c9f79b1ab5bd19af0e32bee4b4ed
-
- 23 May, 2020 1 commit
-
-
Jackeagle authored
- This fixes following TelephonyManager: No /proc/cmdline exception=java.io.FileNotFoundException: /proc/cmdline (Permission denied) Signed-off-by:
Jackeagle <jackeagle102@gmail.com>
-
- 22 May, 2020 10 commits
-
-
codeworkx authored
Change-Id: I6285e456155bfba9671d7609f4b62884af4f8c0f
-
jrior001 authored
Change-Id: I236caf6bec7287b6824f572d5a36f03a1f874ed6
-
TARKZiM authored
* To adapt changes with camera from N -> O.
-
TARKZiM authored
This reverts commit e15b88d2be5c5d3d1fe5ee0422ffde2bc0375681.
-
TARKZiM authored
This reverts commit b443cfb522e272c7b19ee85a8c1b9cb273b97d9a.
-
Zhen Kong authored
To support end-to-end DRM content playback with SG List feature, android.hardware.drm@1.0-service needs to have access permission to /dev/qce to map & unmap ION buffer virtual address with HW Crypto Engine. So, set /dev/qce device permission 0660 and let it be accessible by user "system" and group "drmrpc". Change-Id: If9c0ed70acc2bb063344692374f51441fe84eff6
-
TARKZiM authored
* Disable psi support since our kernel doesn't have it.
-
- 13 May, 2020 3 commits
-
-
Chippa-a authored
Fixes c522daa39a19653144c5d16210b95185c2b89465 port for Android O RIL stack. Change-Id: I733718c66553b48e012a4af66cc41003a4f212e0
-
Chippa-a authored
Based on "dispatchNetworkManual" introduced by Adrian Ulrich (adrian-bl-yuga) and which was used till Android O RIL stack. [HenningJW]: Apply for automatic network selection too Change-Id: I85433f2a4f94690c1dd2a742f0b1c39aba360cd6
-
Martin Bouchet authored
* For search, the number of strings returned for RIL_REQUEST_QUERY_AVAILABLE_NETWORKS should be defined in the system prop ro.ril.telephony.mqanelements Change-Id: Ie5bb8ba80c5ac93b7502da3b1bb3d2b4404ecd5e
-
- 06 May, 2020 3 commits
-
-
rago authored
Bug: 28426597 Change-Id: Icf78d9acec75c500982b1e4391af4d6f3933da37
-
Jean-Michel Trivi authored
Test: play media, use all 25 vol steps and observe varying attenuation Bug: 32195657 Change-Id: I7ac87df0b2b15de3a7bb87e739bd88ef7b185236
-
followmsi authored
Change-Id: Ic794ee9e9e0c513dfa6d77c9e804a5519d399f3b
-