-
Notifications
You must be signed in to change notification settings - Fork 15
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
base: lineage-15.1_JBL
Are you sure you want to change the base?
Commits on Apr 17, 2018
-
griffin: Build SDM livedisplay HAL
Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d685da1 - Browse repository at this point
Copy the full SHA d685da1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 56d3bf1 - Browse repository at this point
Copy the full SHA 56d3bf1View commit details -
griffin: enable “fast input” policy for mic
* fix for audio recording in camera Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1bce33 - Browse repository at this point
Copy the full SHA d1bce33View commit details -
griffin: update wcnss_filter service
Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for baf52d9 - Browse repository at this point
Copy the full SHA baf52d9View commit details -
griffin: Build a system version of [email protected] for imsvt
Change-Id: Icb911f414595117a28fb764e145fbbf6a7ee0787
Configuration menu - View commit details
-
Copy full SHA for e1f061c - Browse repository at this point
Copy the full SHA e1f061cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for dadf6eb - Browse repository at this point
Copy the full SHA dadf6ebView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 315108e - Browse repository at this point
Copy the full SHA 315108eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5a44155 - Browse repository at this point
Copy the full SHA 5a44155View commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 26b3c98 - Browse repository at this point
Copy the full SHA 26b3c98View commit details -
griffin: update treble configs
Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcc18db - Browse repository at this point
Copy the full SHA fcc18dbView commit details -
Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1c45bb - Browse repository at this point
Copy the full SHA e1c45bbView commit details -
griffin: add Machine Learning blobs
Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eea2810 - Browse repository at this point
Copy the full SHA eea2810View commit details -
griffin: add more camera blobs
* enable camera mods daemon Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 169d485 - Browse repository at this point
Copy the full SHA 169d485View commit details -
griffin: add tetheroffload hals to manifest
Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b31133 - Browse repository at this point
Copy the full SHA 6b31133View commit details -
griffin: add qti.hardware.data.latency hal
Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f29bbd - Browse repository at this point
Copy the full SHA 0f29bbdView commit details
Commits on Apr 18, 2018
-
Revert "griffin: time_daemon: use /persist to store offset to RTC"
This reverts commit 56d3bf1.
Configuration menu - View commit details
-
Copy full SHA for 135e063 - Browse repository at this point
Copy the full SHA 135e063View commit details
Commits on Apr 19, 2018
-
griffin: use /data/time for time services
Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfe1fd3 - Browse repository at this point
Copy the full SHA cfe1fd3View commit details
Commits on Apr 20, 2018
-
Test: m -j BOARD_VNDK_VERSION=current libgps.utils Bug: 37342627 Change-Id: Ifcd9344245cf689d4075d34b89faa689647b8b0b
Configuration menu - View commit details
-
Copy full SHA for a62fd4c - Browse repository at this point
Copy the full SHA a62fd4cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5e498e4 - Browse repository at this point
Copy the full SHA 5e498e4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1066274 - Browse repository at this point
Copy the full SHA 1066274View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 18ff7ac - Browse repository at this point
Copy the full SHA 18ff7acView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2a453f1 - Browse repository at this point
Copy the full SHA 2a453f1View commit details
Commits on Apr 21, 2018
-
griffin: show only “Moto Z” in about
* use correct fingerprint Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 492f9cf - Browse repository at this point
Copy the full SHA 492f9cfView commit details
Commits on Apr 22, 2018
-
griffin: cleanup untrusted_app sepolicies
Change-Id: I0c2ebb2919a517fb865d783331b4cb2a1e2e4774 Signed-off-by: Erfan Abdi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a51e0e6 - Browse repository at this point
Copy the full SHA a51e0e6View commit details -
griffin: Don't build vendor.lineage.livedisplay-V1.0-java
* The static version is in use now. Change-Id: I406ef69754561b81e4260e16fb2d534438adf3b9
Configuration menu - View commit details
-
Copy full SHA for 76e51ce - Browse repository at this point
Copy the full SHA 76e51ceView commit details
Commits on Apr 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2b94f99 - Browse repository at this point
Copy the full SHA 2b94f99View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b8005 - Browse repository at this point
Copy the full SHA a3b8005View commit details -
Add default oc values in governor settings for littlecluster (CPU1) and big cluster (CPU2)
Configuration menu - View commit details
-
Copy full SHA for d3d2dfb - Browse repository at this point
Copy the full SHA d3d2dfbView commit details