Skip to content
Snippets Groups Projects
  1. Jul 07, 2022
  2. Jul 04, 2022
  3. Jul 03, 2022
  4. Jun 30, 2022
  5. Jun 28, 2022
    • Midas Chien's avatar
      onclite: properties: don't latch unsignal buffers · 2d71f4d4
      Midas Chien authored and Dhina17's avatar Dhina17 committed
      Set debug.sf.latch_unsignaled=1 is used to allow surfaceflinger to
      latch unsignal buffers that can give more time for buffer to render.
      But if the buffer takes longer time to finish, it will block whole
      display pipeline result to jank.
      
      Bug: 157964883
      Test: scrolling, launch
      Change-Id: I56c3e05921de5fc9569bf3f93fde03022a64b6a4
      2d71f4d4
    • Saalim Quadri's avatar
      onclite: sepolicy: Fix sepolicy build for a12 · 4bfbac11
      Saalim Quadri authored and Dhina17's avatar Dhina17 committed
      Change-Id: I0076bc2c3ca429a37c2d1a7909a47e47cd2bb881
      4bfbac11
    • linjoey's avatar
      onclite: Modify Vulkan and OpenGL version to 2020-03-01 · b9b080ea
      linjoey authored and Dhina17's avatar Dhina17 committed
      Bug: 191252896
      Test: android.graphics.cts.VulkanDeqpLevelTest#testVulkanDeqpLevel pass
      Change-Id: I0e598ee8a26cd614dc5076a87c514756ba39d740
      b9b080ea
    • Alastair Donaldson's avatar
      onclite: Add OpenGL ES and update Vulkan dEQP feature flags · b2fc8ea9
      Alastair Donaldson authored and Dhina17's avatar Dhina17 committed
      Populates a new	feature	flag to	record the level of OpenGL ES dEQP
      test support.  Updates the analogous Vulkan dEQP feature flag to the
      value for the next dessert release.
      
      Bug: 159841535
      Bug: 175706433
      Merged-In: Ib0fb8f83732d0b3f56bb11a97c84fdc7727c1026
      Change-Id: Ic97a65fba95a67e3e16cedd0eb4f3f209f645421
      b2fc8ea9
    • quick_sshakunt's avatar
      onclite: Set manufacturer and soc properties · 3833eb4b
      quick_sshakunt authored and Dhina17's avatar Dhina17 committed
      Set soc model and manufacturer properties
      
      [teamb: QTI -> Qualcomm]
      
      Change-Id: I457824932cb7ec99cdb9d3db3d2e5508cbbefe33
      3833eb4b
    • Edwin Wong's avatar
      onclite: Update clearkey plugin to drm HAL v1.4 · 65783a3c
      Edwin Wong authored and Dhina17's avatar Dhina17 committed
      Test: atest
        atest CtsMediaTestCases:android.media.cts.MediaDrmClearkeyTest#testGetPlaybackComponent
      
      Bug: 182525516
      Change-Id: I406b7d3c2921d4698535421894c6eb3785eb1c0d
      65783a3c
    • Nicolas Geoffray's avatar
      onclite: Remove odex/oat files from pinner list. · 92f6f3a1
      Nicolas Geoffray authored and Dhina17's avatar Dhina17 committed
      The pinner now asks the runtime for these files.
      
      Test: adb shell dumpsys pinner
      Bug: 144773394
      Change-Id: I8de2a2935901cbd3eaa50ce2d8aa09f61080ba02
      Merged-In: Ie633ea788dab3389a3407ec9a461b5837befca46
      92f6f3a1
    • Kevin Jeon's avatar
      onclite: Update SurfaceFlinger pin · 5a3a4ac9
      Kevin Jeon authored and Dhina17's avatar Dhina17 committed
      This change replaces the '/system/lib64/libsurfaceflinger.so' pin, as
      the file was removed in ag/12524602. The updated pin relies on
      go/aog/1552085, as system_service needs read access to SurfaceFlinger.
      
      Bug: 176197656
      Test: adb shell dumpsys pinner (coral)
            - shows that /system/bin/surfaceflinger is successfully pinned
            adb logcat | grep PinnerService (coral)
            - no longer shows a file-not-found error in PinnerService
      Change-Id: Iae2a96c5fe4b1f5698d21de9970140321d11c460
      5a3a4ac9
    • TheScarastic's avatar
      onclite: doze: Adapt to S style · 76a3a0e6
      TheScarastic authored and Dhina17's avatar Dhina17 committed
       * Use Theme.SubSettingsBase for theme
       * Replace PreferenceActivity with CollapsingToolbarBaseActivity
       * Add Titles to prefernce screen
       * Remove onOptionsItemSelected and where neccessary move to activity
      
      Change-Id: Ic879ce61d83a33da12829008a4336c8a23230d63
      76a3a0e6
    • LuK1337's avatar
      onclite: Build needed HIDL libs into vendor · 287f8b4a
      LuK1337 authored and Dhina17's avatar Dhina17 committed
      Change-Id: I1db79176ac103cb7fc8db0fa4b4cfc699e38ad49
      287f8b4a
    • Roger Ellis's avatar
      onclite: Allow ELF prebuilts in PRODUCT_COPY_FILES. · de396228
      Roger Ellis authored and Dhina17's avatar Dhina17 committed
       * ELF prebuilts were banned in PRODUCT_COPY_FILES starting
         May 11th. See b/156534160 for long-term fix which should
         override this change.
      
      Change-Id: Icd25b40ca4e4285319775046a1b70de30572be07
      de396228
    • LuK1337's avatar
      onclite: RIP com.dsi.ant.antradio_library · 56a1400f
      LuK1337 authored and Dhina17's avatar Dhina17 committed
      No longer shipped by default with lineage-19.0.
      
      Change-Id: Iae740ef18505b7f2bb01fe54d45810e72fd521e9
      56a1400f
  6. Mar 23, 2022
  7. Sep 24, 2021
  8. Sep 18, 2021
  9. Apr 25, 2021
  10. Apr 22, 2021
  11. Mar 31, 2021
  12. Mar 20, 2021
    • Purushottam Kushwaha's avatar
      onclite: wifi: Add HIDL interfaces to wpa_supplicant service definition. · 23297f4f
      Purushottam Kushwaha authored and Dhina17's avatar Dhina17 committed
      wpa_supplicant registers for ISupplicant and ISupplicantVendor hal
      interfaces for several versions. To link the hal interfaces with
      wpa_supplicant service, it should be defined in service definition.
      
      This commit adds following missing hal interfaces:
       - interface android.hardware.wifi.supplicant@1.3::ISupplicant default
       - interface vendor.qti.hardware.wifi.supplicant@2.0::ISupplicantVendor default
       - interface vendor.qti.hardware.wifi.supplicant@2.1::ISupplicantVendor default
       - interface vendor.qti.hardware.wifi.supplicant@2.2::ISupplicantVendor default
      
      CRs-Fixed: 2845905
      Change-Id: I8ce0d0d6321afb5a77fded7708593b47aa3c3c81
      23297f4f
    • Bruno Martins's avatar
      onclite: light: Include VINTF fragment · d81eca41
      Bruno Martins authored and Dhina17's avatar Dhina17 committed
      Change-Id: I436e67ea97511d728881e118cf8cb5b66ab338ed
      d81eca41
    • Dhina17's avatar
      onclite: sepolicy: Remove redundant rules · b768dae2
      Dhina17 authored
      * DRM clearkey and widevine - labelled in qcom common sepolicy
      * /data/vendor/location/xtra/socket_hal_xtra - We don't need this from P.Its dead
      * /proc/touchpanel , sysfs_leds, sysfs_battery* - We don't have/need these nodes.
      
      Change-Id: Id744dadf7a76d83271eb5f1c2433a3ea529f1ee5
      b768dae2
  13. Mar 10, 2021
  14. Mar 06, 2021
Loading