- Mar 06, 2021
-
-
Change-Id: Ief105a44eeb403b2fa41d391a0d72c776da13248
-
No support is required to migrate offset files from /data/time to /data/vendor/time during OTA upgrades. Change-Id: Ic1c4ebd9447fcf2c886ceb301b4ba1ca0242d4b4
-
This partially reverts commit 00bcf7db. CRs-Fixed: 2662406 Change-Id: Icd9d198c69aaf4d689f08bf5700f5203a69d4939
-
This reverts commit 7d11f54a. CRs-Fixed: 2662406 Change-Id: I9b65febb91637e772c05f8ee815f8ec723f9e095
-
- Dec 08, 2020
-
-
Dhina17 authored
Change-Id: I6df5c9501ef74264f8c62c620e06f6d1b04f3b84
-
Qualcomm HALs have been updated to get rid of LOCAL_COPY_HEADERS usage. This reverts commit 0b4bc28a. Change-Id: I9f60f60fa0c1146bf5e75d3b18af4166061b68fb
-
Change-Id: I9b6154c38ad98f8f43bdb0cfc764e5531e1a129e
-
Dhina17 authored
* This commit includes Author: Arian <arian.kulmer@web.de> Date: 2020-09-22 20:06:14 +0200 onclite: Build new aidl qti power HAL Change-Id: I4bdea354e54d34d0dfe9b811e228fc6f8762d2ed Author: Bruno Martins <bgcngm@gmail.com> Date: 2020-10-09 12:19:37 +0100 onclite: power: Add extension to new AIDL power HAL [Dhina17 - Adapted for onclite] Change-Id: I58ac49957d8d28ad904912986d89ac8db4820ff9 Change-Id: I2efcb11c7ff8fcaea0e885a23d0f5f9a954d1018
-
Remove context hub HAL service from common init rc file to target specific Signed-off-by:
Jeya R <jeyr@codeaurora.org> Change-Id: I168114d0b358d49c0308aca74ade04c3bff9a1b2
-
- Nov 17, 2020
-
-
Test: Presubmits Bug: 135753770 Change-Id: I98378100456dce927ccc253301a398d70d1b7368
-
Remove or update paths that don't exist. Bug: 119800099 Test: boots Change-Id: Ib2cea88499cf08274d620d9d85ffcafc31fee868
-
as per latest base service definition Change-Id: I40446917bc7dd40651d6832b54dc02e72b9b204e
-
Bug: 141989952 Test: atest VtsHalAudioV6_0TargetTest atest VtsHalAudioEffectV6_0TargetTest manual audio "smoke" test Change-Id: I41b5901beaac3a9c0b3de6ab9c2dc8deb0075e3b
-
Remove deprecated android.hardware.thermal@1.0 HAL from device manifest. Bug: 154012150 Change-Id: I884e6b96cac4ebc3abcfaf309388d526a30dc5bd
-
Bug: 139134043 Test: MediaDrmTest Change-Id: Ie34e59947577988f75fae52d22e3f573f4b92420
-
- Nov 13, 2020
-
-
Runtime Resource Overlays (RROs) can no longer change the value of resources in manifest when read during PackagerParser. This change uses component-override to enable the service by default. Remove usages of profile_supported_* from overlays as they no longer configure the enable state of Bluetooth components. Bug: 135048762 Test: adb shell pm query-services \ com.android.bluetooth/.sap.SapService Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
-
Specify ImsService package name with <config_ims_mmtel_package> and <config_ims_rcs_package> Remove old Ims Config flag <config_ims_package> and <config_dynamic_bind_ims> that are no more used CRs-Fixed: 2610689 Change-Id: I5dbff41c6b219a1ff3ced9f7aa7db9a3ebc7f39f
-
* libdpmframework depends on strndup16to8 and strdup8to16 methods. Change-Id: I39d252b5830b752728a0c8607d32d8a279524ce1 Co-authored-by:
Demon000 <demonsingur@gmail.com>
-
Change-Id: I5a183bf80c49e5933b2b4d69e78fa697403328ff
-
Change-Id: I20b0d23e5da434544f3a4cc27f8141159d0fcec0
-
Our blobs are compiled against libprotobuf-full-cpp.so, but starting in R, Android is using a versioned naming approach, e.g. libprotobuf-cpp-full-3.9.1.so. See https://r.android.com/1109518 The entry in public.libraries.txt is needed to allow the linker to find and use the lib outside the VNDK. See https://source.android.com/devices/tech/config/namespaces_libraries [wight554: added libprotobuf-cpp-lite as well] Signed-off-by:
Volodymyr Zhdanov <wight554@gmail.com> Change-Id: Idf16c3b0368bb4974b62ca0e2f2c5b0ccd425447
-
Signed-off-by:
Jyotiraditya <imjyotiraditya@pm.me> Change-Id: Ie8e114c9efa3b1fa53ccc41680c4afcf7fdf9931
-
Remove hal fragment entries for following wifi projects: - android.hardware.wifi - android.hardware.wifi.supplicant - android.hardware.wifi.hostapd - vendor.qti.hardware.wifi.supplicant - vendor.qti.hardware.wifi.hostapd These fragments are now moved to corresponding project and are picked based on LOCAL_VINTF_FRAGMENTS xmls. Thus, remove from device specific manifest. CRs-Fixed: 2654607 Change-Id: Ib3a85e41290a634435633d2ac0b2984ad0f42d64
-
and causes a build error. Change-Id: I665a088b1e036d06c2f2965a72ae4ec6b8343c57
-
Signed-off-by:
Jyotiraditya <imjyotiraditya@pm.me> Change-Id: I576883b03b9c4239f9010bbc200179958e6fe95c
-
Bug: 130719878 Test: turn copy headers into an error by default; still builds Change-Id: I67d0d8ee96678e60b0a3886b7828c14c3b008126
-
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I1f191f20ba0a8d1592fafab08ae638dfcedb4e2a
-
- CAF also moved away from Android.mk but choosed to name the makefile as "SEPolicy.mk" which we were naming as "sepolicy.mk" in LineageOS Ref: [0]: https://github.com/LineageOS/android_device_qcom_sepolicy/commit/1ca2d270146a2137876d52648a2ba21ac6fd50c1 Change-Id: Ic5a24b8e469342529f7d8a8b0e1838bf9f141987
-
- Oct 08, 2020
-
-
Change-Id: I6b33e8e6f9f7242dbd52f1ec3d7b427a71c6b235
-
Change-Id: Iab6498c5ce941a2646dc1d501d2ec488bb5db9c3
-
- Oct 02, 2020
-
-
Dhina17 authored
Change-Id: Iec5d6776a89477a8ea270de9df0e342030d2250c
-
- Sep 24, 2020
-
- Sep 23, 2020
-
-
Dhina17 authored
* Added missed blobs * Build libwifi-hal-ctrl and vendor.qti.hardware.btconfigstore@1.0 from source * Bumped vendor SPL to match daisy-user-10-QKQ1.191002.002-V11.0.10.0.QDLMIXM-release-keys blobs Change-Id: Id84f919f0f3addb66e07486e163fcbceae841170
-
* This introduces fixup scripts and kang mode and fixes passing of arguments longer than one word, such as --section "Hello world". Change-Id: I42dde659e9bea4f7e1c9a7a3fa8da3243774ca4e
-
Dhina17 authored
* also set false to common device tree($4) in setup_vendor() Change-Id: I64c9bff0b86588e4ce25bfc092fb9bcfa573acbb
-