Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33ae3418 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Make change and version bump to BP2A.250131.001

Snap for 12991197 from 7236bf84 to 25Q2-release

Change-Id: I387308186c86b0ba777844c36bca6ab9409828d0
parents c9c217cb 7236bf84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,4 +18,4 @@
# (like "CRB01").  It must be a single word, and is
# capitalized by convention.

BUILD_ID=BP2A.250130.004
BUILD_ID=BP2A.250131.001
+1 −0
Original line number Diff line number Diff line
@@ -525,6 +525,7 @@ PRODUCT_PACKAGES_DEBUG := \
    logtagd.rc \
    ot-cli-ftd \
    ot-ctl \
    overlay_remounter \
    procrank \
    profcollectd \
    profcollectctl \
+1 −0
Original line number Diff line number Diff line
@@ -674,6 +674,7 @@ android_filesystem_defaults {
            "logtagd.rc",
            "ot-cli-ftd",
            "ot-ctl",
            "overlay_remounter",
            "procrank",
            "profcollectctl",
            "profcollectd",
+3 −4
Original line number Diff line number Diff line
@@ -158,15 +158,14 @@ PRODUCT_SYSTEM_PROPERTIES += \
    dalvik.vm.minidebuginfo=true \
    dalvik.vm.dex2oat-minidebuginfo=true

# Enable Madvising of the whole art, odex and vdex files to MADV_WILLNEED.
# Enable Madvising of the whole odex and vdex files to MADV_WILLNEED.
# The size specified here is the size limit of how much of the file
# (in bytes) is madvised.
# We madvise the whole .art file to MADV_WILLNEED with UINT_MAX limit.
# For odex and vdex files, we limit madvising to 100MB.
# For art files, we defer to the runtime for default behavior.
PRODUCT_SYSTEM_PROPERTIES += \
    dalvik.vm.madvise.vdexfile.size=104857600 \
    dalvik.vm.madvise.odexfile.size=104857600 \
    dalvik.vm.madvise.artfile.size=4294967295
    dalvik.vm.madvise.odexfile.size=104857600

# Properties for the Unspecialized App Process Pool
PRODUCT_SYSTEM_PROPERTIES += \
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ void TestCompletion() {

void TestNavigation() {
  std::vector<int> ints;
  //               |   | ints
  //               ^   ^ ints
  //      ^

  // step
Loading