Skip to content
Snippets Groups Projects
  1. Jun 28, 2022
  2. Sep 18, 2021
  3. Mar 31, 2021
  4. Mar 06, 2021
  5. Dec 08, 2020
    • Dhina17's avatar
      onclite: power: Switch to common AIDL power HAL · 730c6cdc
      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
      730c6cdc
  6. Nov 17, 2020
  7. Nov 13, 2020
  8. Sep 23, 2020
  9. Aug 15, 2020
    • Prakash Pabba's avatar
      onclite: Enable ipsec_tunnel feature · 31c13c90
      Prakash Pabba authored and Dhina17's avatar Dhina17 committed
      Fixed : CTS issue due to ipsec_tunnel feature.
      
      CTS issues are showing failure on devices with first_api_level set to
      29 . With this api level certain test cases which weren't executing
      till now begin executing. Ex: android.net.cts.IpSecManagerTunnelTest.
      
      These tests mandatorily requrire ipsec_tunnel feature to be enabled.
      
      Change-Id: If52b652ac3cc6488fefcf851527f224efa03e7eb
      31c13c90
  10. Aug 12, 2020
  11. Jul 26, 2020
    • Dhina17's avatar
      onclite: Kill BT A2DP offload · 8680cbd2
      Dhina17 authored
      
      * sdm632/msm89xx doesn't support bt a2dp offload.
        So Drop it.
      
      This commit includes:
      
      Revert "onclite: Disable A2DP offload in developer options by default"
      
      This reverts commit 6a7fb7ac.
      
      Revert "onclite: BluetoothAudio HAL: flip to be enabled by default"
      
      This reverts commit 0f7bb134.
      
      Revert "onclite: A2DP offload: swap audio XML files"
      
      This reverts commit de431649.
      
      Revert "onclite: Enable BT A2DP offload"
      
      This reverts commit db524341.
      
      Revert "onclite: Support A2DP offload for Bluetooth Audio HAL V2"
      
      This reverts commit 59b8e902.
      
      Change-Id: I7e86b810b14023f8428927147cce77493863d7a0
      Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
      8680cbd2
  12. Jul 05, 2020
  13. Jun 29, 2020
  14. Jun 22, 2020
  15. May 26, 2020
    • LuK1337's avatar
      onclite: Add recovery support · ccc7ceec
      LuK1337 authored and Dhina17's avatar Dhina17 committed
      * init.recovery.qcom.rc is taken from LA.UM.8.6.2.r1-07100-89xx.0
      
      Change-Id: Id44d9793e0ea5fd1359f661ec6a9a1784514dbd2
      ccc7ceec
    • Quallenauge's avatar
      onclite: Exclude Snap overlays from RRO · 5042f8b4
      Quallenauge authored and Dhina17's avatar Dhina17 committed
      * Snap overlays don't work with RRO
      
      Change-Id: I781ce4c723cd69adb2cf568c3a31b385468444e8
      5042f8b4
    • Dan Pasanen's avatar
      onclite: Exclude lineage-sdk overlays from RRO · a4d653dc
      Dan Pasanen authored and Dhina17's avatar Dhina17 committed
      * lineage-sdk overlays don't work with RRO
      
      Change-Id: Iff826faf1864388066a488acc9682636b98d1098
      a4d653dc
    • Anton Hansson's avatar
      onclite: Enforce RRO for all resource overlays · 433ef112
      Anton Hansson authored and Dhina17's avatar Dhina17 committed
      Bug: 118823052
      Test: make
      Change-Id: I579d09480c7a482543ea616dd5c493d825bb98b1
      433ef112
    • mike dooley's avatar
      oncite: audio: Enabling sound trigger V2_2 for msm8953 targets · d92826a9
      mike dooley authored and Dhina17's avatar Dhina17 committed
      V2_2 has the same functionality as V2_1 except it adds one new
      api, getModelState.
      
      Note: V2_1 will be removed in a subsequent cl.
      
      Test: built android and tested using SoundTriggerTestApp
      
      Bug: 70206501
      Change-Id: Id2647687732e79df252588d69f95d2a407e0092c
      d92826a9
    • kubersharma001's avatar
      onclite: Do not enable updatable APEXes · 2711a9cb
      kubersharma001 authored and Dhina17's avatar Dhina17 committed
      This reverts commit 48a38b2fdcf02a1a01b1df5165b13b295f44307e.
      
      It can't really be enabled for our device, as apexd requires /data/apex
      to be available right after boot to update all the Android modules.
      As in all FDE devices, /data/apex is encrypted until the device
      is unlocked by the user, rendering APEX basically useless as only
      the system APEX variants will be loaded at boot.
      
      Change-Id: I0649862e5c5b2c1a1cb597914a11df79b3e01957
      2711a9cb
    • Cheney Ni's avatar
      onclite: BluetoothAudio HAL: flip to be enabled by default · 0f7bb134
      Cheney Ni authored and Dhina17's avatar Dhina17 committed
      
      Swap audio XML files, and supports following scenarios:
      1) (default) audio_policy_configuration.xml
         Using BluetoothAudio HAL and A2DP offload
      2) audio_policy_configuration_a2dp_offload_disabled.xml
         Using BluetoothAudio HAL only when A2DP offload is disabled
      3) audio_policy_configuration_bluetooth_legacy_hal.xml
         No BluetoothAudio HAL nor A2DP offload
      
      Bug: 126304229
      Test: Switch BluetoothAudio HAL and A2DP offload manully
      Change-Id: Id29dbb602cfeaf6c892a8c346811d576c4195038
      Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
      0f7bb134
Loading