Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lineage 17.1 #2

Open
wants to merge 44 commits into
base: lineage-16.0
Choose a base branch
from
Open

Lineage 17.1 #2

wants to merge 44 commits into from

Commits on Aug 5, 2020

  1. hannah: Switch to common device tree

    Change-Id: I4b21151c5e50ff48681576011c3026bd65d2bb1e
    karthick111 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    e1b64c8 View commit details
    Browse the repository at this point in the history
  2. hannah: overlay: Correct Moto typo inside power profile

    Fixes drains
    
    Signed-off-by: wh0dat <[email protected]>
    wh0dat authored and karthick111 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    bb7ca58 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. hannah: Update check_device.sh for SAR

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: Ifb64043105fd8b34bb539135ef4ed6e98efaa3ea
    JarlPenguin authored and karthick111 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    8136a46 View commit details
    Browse the repository at this point in the history
  2. hannah: We use common EGL blobs now

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: I81b6d6327b7ad6c13dde30570deb43e98c01829d
    JarlPenguin authored and karthick111 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    5d17513 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. hannah: Address 'LOCAL_MODULE_TAGS := eng debug' deprecation.

    Newer AOSP deprecates LOCAL_MODULE_TAGS := eng debug.
    We now remove that and instead add the package to
    PRODUCT_PACKAGES_ENG or PRODUCT_PACKAGES_DEBUG as applicable.
    
    To ensure that we don't miss out on any package during this switch,
    we add these explicitly, even though it might have been already
    added under PRODUCT_PACKAGES at some other location.
    
    Change-Id: I35bd67c3e7752be5bcd8f8682864062173e92724
    boedhack authored and JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    3ecddf4 View commit details
    Browse the repository at this point in the history
  2. hannah: Switch from add_lunch_combo to COMMON_LUNCH_CHOICES

    Bug: 77599627
    Test: lunch  [see entries in list]
    Change-Id: Id44fcfec47eeb979a745f879031f1bec7359a633
    danw authored and JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    1878c0d View commit details
    Browse the repository at this point in the history
  3. hannah: Setup device soong namespace

    Change-Id: I2e9c0ab68a0fe86ba18e3955e2823b87d88e835a
    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi authored and JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    03e6a69 View commit details
    Browse the repository at this point in the history
  4. hannah: Use TARGET_SCREEN_DENSITY

    This variable is used to auto-populate the ro.sf.lcd_density as
    well as selecting density bucket for resources in recovery.
    
    Bug: 118676832
    Test: adb shell getprop ro.sf.lcd_density
    Test: boot into recovery
    Change-Id: Ib383d18b61e7a2058a69ae26136aa053fdba4df2
    Anton Hansson authored and JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    ed24641 View commit details
    Browse the repository at this point in the history
  5. hannah: Drop system-as-root

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: I2db841f690bfdbb1379e248826dedde993886794
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    d5a1743 View commit details
    Browse the repository at this point in the history
  6. hannah: Patch libjustshoot.so to load our shim

    Signed-off-by: Jarl-Penguin <[email protected]>
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    a476f43 View commit details
    Browse the repository at this point in the history
  7. hannah: Decommonize sensor blobs

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: I6a7974e1ac4db8c3398538486c44fe9f014a1fb3
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    2a100e6 View commit details
    Browse the repository at this point in the history
  8. hannah: Build laser sensor script

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: I731b506fec10244fbdc070643c754d6ea75987d4
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    3a01272 View commit details
    Browse the repository at this point in the history
  9. hannah: Update fingerprint blobs from deen QPKS30.54-22-12

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: Ibc30faa3df8306c9cb31b729e96c96db83b6eda0
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    8706272 View commit details
    Browse the repository at this point in the history
  10. hannah: Format update-sha1sums.py with yapf

    Change-Id: I396ad6d79ea6e47ba8b9a56da317123c7579aa67
    moetayuko authored and JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    efa1247 View commit details
    Browse the repository at this point in the history
  11. hannah: update-sha1sums: Better handle line breaks

    Change-Id: I15cfda82a5bc6f05c0d7b9db209064ba498dac11
    moetayuko authored and JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    3f34760 View commit details
    Browse the repository at this point in the history
  12. hannah: update-sha1sums: Handle line with opts

    Change-Id: Ia41000b36f3535a3cf0ef8d7650d0d540de728de
    moetayuko authored and JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    0725eaa View commit details
    Browse the repository at this point in the history
  13. hannah: Commonize Snap overlay

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: Ibf161b60f09aad5029caaead18e57048951ca4c0
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    5bbb9fd View commit details
    Browse the repository at this point in the history
  14. hannah: Update gatekeeper and keymaster blobs from deen QPKS30.54-22-12

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: Id99b56b54996758c1d0c367e9b7723ccbfc9d3a9
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    703ddba View commit details
    Browse the repository at this point in the history
  15. hannah: Import display calibration configs

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: I8bf5483eef612c65ba0da18cd92b7f70298471b5
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    6dd4380 View commit details
    Browse the repository at this point in the history
  16. hannah: Cleanup display calibration configs

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: I9ab73e2c5d9f17bacf97a78782c800fbf01d1607
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    ae06d82 View commit details
    Browse the repository at this point in the history
  17. hannah: Update sha1sum for init.ets.rc

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: I87365a280acddb942c8ee4e62a441f713046f658
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    b5fc387 View commit details
    Browse the repository at this point in the history
  18. hannah: Remove vulkan permission configs on rhannah

    * Adreno 308 doesn't support Vulkan
    
    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: I01a67fa1e5428f1237313d326f3dee35a7e04469
    JarlPenguin committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    6e614e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. hannah: Commonize HAL3 prop

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: I3e50c565614f59d46675383cff7b207873da2f52
    JarlPenguin authored and karthick111 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    0146bd5 View commit details
    Browse the repository at this point in the history
  2. hannah: Decommonize hals.conf

    Signed-off-by: Jarl-Penguin <[email protected]>
    Change-Id: I41cedfe3c8f2f0956218298dac38c761eaf13790
    JarlPenguin authored and karthick111 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    f145068 View commit details
    Browse the repository at this point in the history
  3. Revert "hannah: Commonize Snap overlay"

    This reverts commit 5bbb9fd.
    karthick111 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    4d6993e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. james: Bringup / convert from hannah

    Signed-off-by: wh0dat <[email protected]>
    Change-Id: I448e5f616df25fa25035130047ee305bf88c1dac
    wh0dat authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    634c05e View commit details
    Browse the repository at this point in the history
  2. james: Set partition sizes

    Signed-off-by: wh0dat <[email protected]>
    Change-Id: I853ba37e8650ff0dca542dea4aff2cdd45ee7c5d
    wh0dat authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    18afff0 View commit details
    Browse the repository at this point in the history
  3. james: Import audio from james dump

    wh0dat authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    f4cd2ba View commit details
    Browse the repository at this point in the history
  4. james: Import camera configs from stock

    Signed-off-by: wh0dat <[email protected]>
    wh0dat authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    0f583d9 View commit details
    Browse the repository at this point in the history
  5. james: Import sensors from stock

    Signed-off-by: wh0dat <[email protected]>
    wh0dat authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    3473c63 View commit details
    Browse the repository at this point in the history
  6. james: Import power profile from stock

    Signed-off-by: wh0dat <[email protected]>
    Change-Id: Ic69a3f2d4066757d4d3812a990edaf4648fe9f88
    wh0dat authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    47f3254 View commit details
    Browse the repository at this point in the history
  7. james: audio: Update audio_platform_info

    Changed all speaker references from PRI to QUIN
    
    Signed-off-by: wh0dat <[email protected]>
    wh0dat authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    84178aa View commit details
    Browse the repository at this point in the history
  8. james: audio: Add compress-voip-call speaker & headphones

    Fixes VOIP calling
    
    Signed-off-by: wh0dat <[email protected]>
    wh0dat authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    912dea8 View commit details
    Browse the repository at this point in the history
  9. james: permissions: Add unavail.android.hardware permissions

    Disables fingerprint and gyroscope
    
    Signed-off-by: wh0dat <[email protected]>
    wh0dat authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    d7a3aff View commit details
    Browse the repository at this point in the history
  10. james: rootdir: Add some more stock props

    Signed-off-by: the-flash <[email protected]>
    Hyper authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    7a08d6f View commit details
    Browse the repository at this point in the history
  11. james: overlay: wifi_tether_configure_ssid_default = Moto E5 Play

    wh0dat authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    80cf75f View commit details
    Browse the repository at this point in the history
  12. james: rootdir: Update props for james_t

    Signed-off-by: wh0dat <[email protected]>
    JarlPenguin authored and the-flash committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    9a3298d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. james: rootdir: Drop laser script

    Signed-off-by: the-flash <[email protected]>
    the-flash committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    d7e3364 View commit details
    Browse the repository at this point in the history
  2. james: Drop useless blobs for james

    Signed-off-by: the-flash <[email protected]>
    the-flash committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ae61b2d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. james: BoardConfig: Add screen resolution

    TARGET_SCREEN_HEIGHT := 1280
    TARGET_SCREEN_WIDTH := 720
    
    Signed-off-by: the-flash <[email protected]>
    the-flash committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    e088a2e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. james: Update check_device.sh

    Signed-off-by: the-flash <[email protected]>
    the-flash committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    455ec03 View commit details
    Browse the repository at this point in the history
  2. james: BoardConfig: Update vendor security patch flag

    Signed-off-by: the-flash <[email protected]>
    the-flash committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    ad5624e View commit details
    Browse the repository at this point in the history
  3. james: Add missing blob to fix Whatsapp video

    Signed-off-by: the-flash <[email protected]>
    the-flash committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    c0bfedf View commit details
    Browse the repository at this point in the history
  4. james: Drop Asserts

    Signed-off-by: the-flash <[email protected]>
    the-flash committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    aaaf5b0 View commit details
    Browse the repository at this point in the history