Loading core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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 target/product/base_system.mk +1 −0 Original line number Diff line number Diff line Loading @@ -525,6 +525,7 @@ PRODUCT_PACKAGES_DEBUG := \ logtagd.rc \ ot-cli-ftd \ ot-ctl \ overlay_remounter \ procrank \ profcollectd \ profcollectctl \ Loading target/product/generic/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -674,6 +674,7 @@ android_filesystem_defaults { "logtagd.rc", "ot-cli-ftd", "ot-ctl", "overlay_remounter", "procrank", "profcollectctl", "profcollectd", Loading target/product/runtime_libart.mk +3 −4 Original line number Diff line number Diff line Loading @@ -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 += \ Loading tools/ide_query/prober_scripts/cpp/general.cc +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ void TestCompletion() { void TestNavigation() { std::vector<int> ints; // | | ints // ^ ^ ints // ^ // step Loading Loading
core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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
target/product/base_system.mk +1 −0 Original line number Diff line number Diff line Loading @@ -525,6 +525,7 @@ PRODUCT_PACKAGES_DEBUG := \ logtagd.rc \ ot-cli-ftd \ ot-ctl \ overlay_remounter \ procrank \ profcollectd \ profcollectctl \ Loading
target/product/generic/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -674,6 +674,7 @@ android_filesystem_defaults { "logtagd.rc", "ot-cli-ftd", "ot-ctl", "overlay_remounter", "procrank", "profcollectctl", "profcollectd", Loading
target/product/runtime_libart.mk +3 −4 Original line number Diff line number Diff line Loading @@ -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 += \ Loading
tools/ide_query/prober_scripts/cpp/general.cc +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ void TestCompletion() { void TestNavigation() { std::vector<int> ints; // | | ints // ^ ^ ints // ^ // step Loading