Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LineageOS/android_build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lineage-21.0
Choose a base ref
...
head repository: LineageOS-Pvt/android_build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lineage-21.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 5 contributors

Commits on Mar 12, 2024

  1. disable Dalvik lock contention logging

    Change-Id: Ie2df691de4cfe7de229f32994fad50db9f1781a1
    Signed-off-by: Jason Edson <jaysonedson@gmail.com>
    Beanstown authored and SwapnilVicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    154406f View commit details
    Browse the repository at this point in the history
  2. Remove ro.kernel.android.checkjni

    JNI, the Java Native Interface, provides a way for code
    written in the Java programming language interact with
    native (C/C++) code. The extended JNI checks will cause
    the system to run more slowly, but they can spot a variety
    of nasty bugs before they have a chance to cause problems.
    
    Change-Id: I7a9c8d4b5c21980950afe171c6eea363d4fa891a
    Signed-off-by: Jason Edson <jaysonedson@gmail.com>
    Cl3Kener authored and SwapnilVicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f769dbf View commit details
    Browse the repository at this point in the history
  3. build: Erase package_cache upon flashing

    to avoid the resources bug when dirty flashing
    
    Signed-off-by: rezaadi0105 <rezaadipangestu5@gmail.com>
    Change-Id: I081e0857c17da7be50d25c19c36741ef44f8846a
    Signed-off-by: DennySPb <dennyspb@gmail.com>
    idoybh authored and SwapnilVicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    988f310 View commit details
    Browse the repository at this point in the history
  4. Revert "Add roomservice"

    This reverts commit ae5320c.
    Pulkit077 authored and SwapnilVicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ea43ff2 View commit details
    Browse the repository at this point in the history
  5. build: Always use release-keys

    Change-Id: Iff4d88d6bd4c7f4f6b9270dea24a2673c8535d9e
    neobuddy89 authored and SwapnilVicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ffc7f02 View commit details
    Browse the repository at this point in the history
Loading