- May 25, 2019
-
-
Artem Borisov authored
* There's no reason in limiting this to 4 cores on msm8953. Change-Id: I7b67c3853f75a22facb169a8e954bff37164e0d4
-
- May 19, 2019
-
-
Albert I authored
This partially reverts commit 77cc799c. mido's modem is too old to be able to use qcrild in stable condition. Keep some changes around. Signed-off-by:
Albert I <krascgq@outlook.co.id> Change-Id: Ief5a0c4a8ad3d71195df47b8778478165fb1581f
-
Artem Borisov authored
Change-Id: I364001efbf02e8780ef7c3512fbb3452a6c3f672
-
Artem Borisov authored
Change-Id: I470b1c2ff430f12bdbfbd69341c7cfdfe972b7dd
-
- May 17, 2019
-
-
Artem Borisov authored
* Due to the way newer TWRP versions are behaving, our relatively small persist partition gets overfilled with recovery logs very quickly. * Let's just remove the recovery cache from persist on every boot to be sure that we always have enough space for anything that writes to persist. Change-Id: Id1502dfb5e504504601a21efb7812b84a7155e58
-
- May 13, 2019
-
-
Artem Borisov authored
* It should be persist.vendor.usb.config.extra, not persist.vendor.sys.usb.config.extra Change-Id: Icc5531c5563f1975314be38f5f7567e1c0f5eb8d
-
- May 12, 2019
-
-
Artem Borisov authored
* Historically, triple buffering was used to workaround missed VSYNC in GPU composition usecases on devices with high resolution panels. As a downside, an additional frame buffer increased input latency. Nowadays, most GPUs are fast enough to fit the VSYNC period, rendering triple framebuffers useless. * Custom VSYNC offsets are intended to reduce input latency at cost of increased sync error counts. Our values were never calculated properly and were just taken from another device instead. That led to jank in some usecases. Change-Id: I57ac4362ca28a9c128cc45c3f6e3734a24654955
-
- Apr 30, 2019
-
-
Artem Borisov authored
* For some reason, booting with headphones plugged in results in a broken speaker output if FDE secure boot is enabled. * Restarting audio HAL after decryption seems to resolve the issue. Change-Id: Ie14b89841bf811f0fb09edb0a04fd28aafecde87
-
- Apr 27, 2019
-
-
haran authored
* We don't support NFC by hardware so these permissions are technically useless Change-Id: I35ca7307208cb2d19f81260cd84da0bc0a79c576
-
Artem Borisov authored
* They are not really common, as different targets need different values. Change-Id: I28c08f9b60873ad09c5ff948c53633d22312a9d2
-
- Apr 20, 2019
-
-
Artem Borisov authored
* Use fsync_mode=nobarrier to improve random write and fsync performance * Enable runtime discard to take advantage of asynchronous TRIM * Remove formattable flag to be sure we always have ext4 by default Change-Id: Ic7f6fbad178ef6251924e4414c660f4dbe1a8c44
-
- Apr 19, 2019
-
-
haran authored
Change-Id: Ided3922c5d74c336c31664ba39d678d391c9142c
-
dianlujitao authored
* CAF's init.qcom.early_boot.sh checks /persist/alarm/powerOffAlarmSet before setting ro.alarm_boot, but on Oreo nothing writes to that file, thus code is never executed and the prop is never set. * Without ro.alarm_boot=true, the system will boot normally instead of boot to min framework even on rtc, and alarm will ring after boot completed. Change-Id: Ie4d30358314337c229a66a16195f675198ef7d52
-
Wang Han authored
* Needed by telephony-common Change-Id: I18c058d295ed2eaf23e8ca5d1f3933b65806ed48
-
Wang Han authored
* Matches rild.legacy.rc from Pie's RIL Change-Id: Icdb0a3e4859bc0a4011e34fdd483cef2ca3b8a7f
-
Jesse Hall authored
Bug: 66875961 Test: atest VulkanFeaturesTest Change-Id: I58f904984320dee174637ba0ddfecdd343fab7e6
-
bgcngm authored
* No need to explicitly build the packages anymore, since they're now display HAL dependencies. Change-Id: Ied3be4c1e5fc7e01e0426268fb219c61a4be86e9
-
Bruno Martins authored
* These shared libs are built when TARGET_USES_QTI_CAMERA_DEVICE flag is enabled. Change-Id: Ifb39b7c2c8de2cbb1f59c6dc492a3763d32f1b7a
-
Rashed Abdel-Tawab authored
Change-Id: I3bfbe3e224cd7d90973e63adee4eb3d3e6bd27dc
-
Bruno Martins authored
Change-Id: I26da013dfa359ec8f184a20bc881558be0144b4a
-
LuK1337 authored
* camera.device@3.2-impl is a dependency of camera provider therefore there's no need to add it to PRODUCT_PACKAGES. Change-Id: I3ae211965a31b5f85af3dd0fa1c7811b802586c3
-
LuK1337 authored
* It's already included in full_base_telephony. Change-Id: I7547ff447e81641e74fd911a12f5a9f0df9e5ccf
-
haran authored
Change-Id: I5199aff977d4e65d86de7edc3a15c3b3690da473
-
LuK1337 authored
* CAF only sets them for /system/bin/cnss-daemon which doesn't exist. * Fixes: cannot execve('/vendor/bin/cnss-daemon'): Permission denied Change-Id: I74dd2fc53f5e0c5f5658328aac21ca14c6fe0828
-
- Apr 15, 2019
-
-
Han Wang authored
* This is wrong. The original commit message is for a 1-GB RAM device. We have at least 16MB heap size by default. This reverts commit 7341640d6051dd293029c7424c55a74d64653316. Change-Id: I7eea6af39cdad7f1e20c78e0d62ce9ef8b346e78
-
haran authored
Change-Id: I2340316577c4b56604125f9007161e2ac5b3241c
-
Artem Borisov authored
* Add vendor prefix to a few more props * Remove useless props * Don't explicitly disable Wi-Fi Calling Change-Id: I6ce9d0f01c0e1bdcd6d21fd767d822b5c46392e0
-
- Apr 13, 2019
-
-
Michael Bestas authored
* Fix network breakage after toggling airplane mode Change-Id: I91fc2a3f879b075970a75a2a5133f385f855186e
-
- Apr 05, 2019
-
-
Artem Borisov authored
* These were removed in 0570b23e and 3d4186f7 as I blamed them for UI performance degradation. * Further testing shows that they actually reduce jank in some cases. Change-Id: I6f3ae240366cc49e1a25d2f76ddd847ced0fb8f4
-
Artem Borisov authored
* Can be built from source Change-Id: Ib8eac124d19cb7388dace888d3a594b9062e4ef0
-
Artem Borisov authored
* Wi-Fi Display vendor HAL depends on it Change-Id: Ic6c434a3e3f57aa1fbee6e5d6d27d577d6e5e71d
-
Demon Singur authored
Change-Id: I5cc7a2b8a7f46823486870caf90406671e001a19
-
Artem Borisov authored
Change-Id: Ic672a2870b9820875588db78084e603247395942
-
Artem Borisov authored
* Breaks build with BOARD_VNDK_VERSION=current Change-Id: I0172be3ad1b8328679830d5d6910e920e12b1959
-
Artem Borisov authored
* We don't want it on BOARD_VNDK_VERSION=current devices Change-Id: Idca9fd972b7cdb0dbb4098259671ab3280af87b6
-
Michael Bestas authored
When the vndk is enabled (BOARD_VNDK_VERSION=current), vendor libraries must only link against vendor variants in the build system. This also means that they receive restricted sets of headers and that automatic global headers are restricted. Test: BOARD_VNDK_VERSION=current m -j k lights.msm8953 Bug: 37342627 Change-Id: I300654fbe4774c43a61104b9be0833fd06fa1548
-
- Mar 30, 2019
-
-
dianlujitao authored
Change-Id: Ib79b48e1d362872d9d97373d5ca2ad42f7fbc638
-
- Mar 23, 2019
-
-
Edwin Wong authored
Convert clearkey plugin to HIDL to support drm HAL v1.1. Add SELinux policy for android.hardware.drm@1.1-service.clearkey. Test: CTS test ANDROID_BUILD_TOP= ./android-ccts-tradefed run cts-dev --module CtsMediaTestCases -t android.media.cts.ClearKeySystemTest#testClearKeyPlaybackCenc Merged-In: I61e9c272c2a2788fd07d5c12921d28c785661b77 bug: 69635855 Change-Id: I2b6dad3cbefa210400c0169b497ed58d355b85ab
-
Artem Borisov authored
* This marginally speeds up A/B OTA postinstall at cost of a little bit bigger zip size. Change-Id: I61e71a20bbfc17998bd0c8bade7ee98faad15524
-
- Mar 20, 2019
-
-
Artem Borisov authored
* Mark necessary types with data_between_core_and_vendor_violators * Remove some deprecated rules Change-Id: I6aa8c3457685146ee38317de2d173b8731d661c2
-