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-23.2
Choose a base ref
...
head repository: PixelLineage/build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a16
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 10 files changed
  • 9 contributors

Commits on Feb 6, 2026

  1. target: Don't include AOSP sounds

    Change-Id: Icf7ed91ccf78ffe5419aed7a5cd1f129dad502e3
    AdarshGrewal authored and username0136 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    64f5067 View commit details
    Browse the repository at this point in the history
  2. build: Always use release-keys

    Change-Id: Ib4a3fdda159e49e126062e1f85f0a4669b595335
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    neobuddy89 authored and username0136 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    7e2343b View commit details
    Browse the repository at this point in the history
  3. core: Use $(PRODUCT_DEVICE) for auto generated RRO names

    The name of the RRO packages should not change when building different
    products for the same device.
    
    Change-Id: I7568c6b7fe8a3267ecd9dbc941e1b7bc654f82da
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    AKoskovich authored and username0136 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    065b304 View commit details
    Browse the repository at this point in the history
  4. build: disable memory tagging for surfaceflinger

    Change-Id: Iebfb63569fd627f0da32d68f21863ab852af3081
    Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    muhomorr authored and username0136 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    5132c51 View commit details
    Browse the repository at this point in the history
  5. combo: Add cortex-a76 to known v8-2a cores

    Allow building a76 with TARGET_2ND_ARCH_VARIANT set as armv8-2a
    
    Change-Id: I620aa16d6cc563687d35916fc0cd56fb08f9ca71
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    mydongistiny authored and username0136 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    f5f8060 View commit details
    Browse the repository at this point in the history
  6. build: dont include tasks from tests and platform_testing

    Change-Id: I36fe03fb9e26622a4b47ca011a25c02c6ab56c56
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    maxwen authored and username0136 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    7f8786a View commit details
    Browse the repository at this point in the history
  7. combo: Add kryo585|785 architectures to known v8-2a cores

    Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    minaripenguin authored and username0136 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    1b24601 View commit details
    Browse the repository at this point in the history
  8. combo: Add kryo585 architecture to known v8 cores

    Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
    Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
    johnmart19 authored and username0136 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    114a156 View commit details
    Browse the repository at this point in the history
  9. build: make: use jemalloc by default and allow opt-in to scudo (1/4)

    Set "PRODUCT_USE_SCUDO := true" to device.mk to use scudo in case of a
    jemalloc compatibility issue.
    
    Also, clean up broken DisableScudo/PRODUCT_DISABLE_SCUDO.
    
    Detailed reason for switching to jemalloc by default is written in the
    bionic commit.
    
    Change-Id: I0983c48c1d11afb7820aad66c2838e5e3e13e6e8
    Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
    arter97 authored and username0136 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    0afb001 View commit details
    Browse the repository at this point in the history
Loading