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

Pull Request for branch lineage-15.1 #5

Open
wants to merge 28 commits into
base: lineage-15.1_JBL
Choose a base branch
from
Open

Pull Request for branch lineage-15.1 #5

wants to merge 28 commits into from

Commits on Apr 17, 2018

  1. griffin: Build SDM livedisplay HAL

    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    d685da1 View commit details
    Browse the repository at this point in the history
  2. griffin: time_daemon: use /persist to store offset to RTC

    Change-Id: Ieaa9c9308a4004eeb92027b71999359ea47e5fd8
    Signed-off-by: Wei Wang <[email protected]>
    Signed-off-by: Erfan Abdi <[email protected]>
    weivincewang authored and erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    56d3bf1 View commit details
    Browse the repository at this point in the history
  3. griffin: enable “fast input” policy for mic

    * fix for audio recording in camera
    
    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    d1bce33 View commit details
    Browse the repository at this point in the history
  4. griffin: update wcnss_filter service

    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    baf52d9 View commit details
    Browse the repository at this point in the history
  5. griffin: Build a system version of [email protected] for imsvt

    Change-Id: Icb911f414595117a28fb764e145fbbf6a7ee0787
    Rashed97 authored and erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    e1f061c View commit details
    Browse the repository at this point in the history
  6. griffin: Increase media volume steps 15 -> 25

    *) With step count = 15, step 1 can be too loud.
    
    *) 25 is a common step count used on other devices.
    
    Change-Id: I6b354e427fc4cee2516a27addc13009baddd5cbe
    Signed-off-by: Erfan Abdi <[email protected]>
    sam3000 authored and erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    dadf6eb View commit details
    Browse the repository at this point in the history
  7. griffin: Drop useless CNE related flag

    * Nothing in the OSS bits takes it into account.
    
    Change-Id: I6f949a12c643810cb1fba764bf13abb30e5dd88c
    Signed-off-by: Erfan Abdi <[email protected]>
    bgcngm authored and erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    315108e View commit details
    Browse the repository at this point in the history
  8. griffin: Remove legacy lights HAL flag

    * The flag is no longer needed, since the new native binderized
       lights HAL is being built in place of the legacy one.
    
    Change-Id: I7dd516d0ac73152082983766b29289479be62af0
    Signed-off-by: Erfan Abdi <[email protected]>
    bgcngm authored and erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    5a44155 View commit details
    Browse the repository at this point in the history
  9. griffin: Drop USB HAL service

    * griffin doesn’t have support for dual role type-C,
       therefore there's no need to build it.
    
    Change-Id: Ie5b135b8920ae255a2054a04cb7326c68abad0cd
    Signed-off-by: Erfan Abdi <[email protected]>
    bgcngm authored and erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    26b3c98 View commit details
    Browse the repository at this point in the history
  10. griffin: update treble configs

    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    fcc18db View commit details
    Browse the repository at this point in the history
  11. griffin: add QTEEConnector

    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    e1c45bb View commit details
    Browse the repository at this point in the history
  12. griffin: add Machine Learning blobs

    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    eea2810 View commit details
    Browse the repository at this point in the history
  13. griffin: add more camera blobs

    * enable camera mods daemon
    
    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    169d485 View commit details
    Browse the repository at this point in the history
  14. griffin: add tetheroffload hals to manifest

    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    6b31133 View commit details
    Browse the repository at this point in the history
  15. griffin: add qti.hardware.data.latency hal

    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    0f29bbd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    135e063 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. griffin: use /data/time for time services

    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    cfe1fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Build libgps.utils with VNDK.

    Test: m -j BOARD_VNDK_VERSION=current libgps.utils
    Bug: 37342627
    Change-Id: Ifcd9344245cf689d4075d34b89faa689647b8b0b
    smore-lore authored and erfanoabdi committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    a62fd4c View commit details
    Browse the repository at this point in the history
  2. Don't rely on transitively included headers

    One must explicitly include what it need.
    time.h for struct tm.
    sys/time.h for gettimeofday, etc.
    
    Bug: 37629934
    Test: build
    
    Merged-In: Iacd5317d958f61df062fca40fbf2e8992c7fbb44
    Change-Id: I19e1043f23dbe85836b73714a4f1440159ebe419
    jiyongp authored and erfanoabdi committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    5e498e4 View commit details
    Browse the repository at this point in the history
  3. Move [email protected] to vendor

    The .rc file should be on the vendor image, or can not boot
    with generic system image.
    
    Bug: 63051055
    Test: Boot with GSI to home screen
    Change-Id: I1e2ebe5d23a6cf5a4176ee33613ef621b4b558cf
    szuweilin authored and erfanoabdi committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    1066274 View commit details
    Browse the repository at this point in the history
  4. Remove hardcoded LOCAL_MODULE_PATHS from vendor components. (gps)

    This CL replaces all LOCAL_MODULE_PATH_* definitions for vendor shared
    libraries with LOCAL_VENDOR_MODULE := true instead. This appropriately
    generates sanitized versions of these libraries to /data/asan/* while
    generating the stock versions in /vendor/lib* as desired.
    
    Needed for ASAN builds to work correctly.
    
    Bug: 37740897
    Test: m -j40 && SANITIZE_TARGET="address" m -j40 # shared libs in
    $ANDROID_PRODUCT_OUT/vendor/lib* do not contain asan symbols, while
    the ones in $ANDROID_PRODUCT_OUT/data/asan/vendor/lib* do.
    
    Change-Id: If6a495dd153c47f929de047fd48039b990348720
    (cherry picked from commit e872612127cfbf55ceba01e9860e0acc47d64447)
    Vishwath Mohan authored and erfanoabdi committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    18ff7ac View commit details
    Browse the repository at this point in the history
  5. griffin: fix [email protected]

    Make service part of 'hal' class.
    Install files in vendor partition.
    Register instance as 'default' as expected by framework.
    
    Change-Id: I487fad4df872397ab76cea377e5304c956a756da
    Signed-off-by: Thierry Strudel <[email protected]>
    Thierry Strudel authored and erfanoabdi committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    2a453f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. griffin: show only “Moto Z” in about

    * use correct fingerprint
    
    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    492f9cf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. griffin: cleanup untrusted_app sepolicies

    Change-Id: I0c2ebb2919a517fb865d783331b4cb2a1e2e4774
    Signed-off-by: Erfan Abdi <[email protected]>
    erfanoabdi committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    a51e0e6 View commit details
    Browse the repository at this point in the history
  2. griffin: Don't build vendor.lineage.livedisplay-V1.0-java

     * The static version is in use now.
    
    Change-Id: I406ef69754561b81e4260e16fb2d534438adf3b9
    moetayuko authored and erfanoabdi committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    76e51ce View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Update lineage.mk

    changed PRODUCGT_NAME to griffin
    StefanV3 authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    2b94f99 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Added symlinks for crDroid build
    StefanV3 authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    a3b8005 View commit details
    Browse the repository at this point in the history
  3. Update init.qcom.power.rc

    Add default oc values in governor settings for littlecluster (CPU1) and big cluster (CPU2)
    StefanV3 authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    d3d2dfb View commit details
    Browse the repository at this point in the history