Skip to content

Tags: D-os/libutils

Tags

android-13.0.0_r6

Toggle android-13.0.0_r6's commit message
RESTRICT AUTOMERGE Ignore weak symbol difference in libutils ABI check

The diff_flags make the ABI checker ignore the weak symbol difference
caused by PGO.

Ignore-AOSP-First: This patch relaxes the ABI check for T only.
                   b/232982219 tracks the long-term solution.
Test: make libutils.vendor
Bug: 230076879
Change-Id: I8ec2c0f5a540263b4e8a0a4f9cf26f9c297593b5

android-11.0.0_r45

Toggle android-11.0.0_r45's commit message
FileMap::create: remove duplicate addition. am: 54794ac613 am: 2912d9…

…c190 am: 98e213207f am: a6d7150812 am: 8a192ea12a am: 3c751b9f66

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/12393457

Change-Id: I470769ef78fdfda93b8eee4e8b68065487c2aca1

android-11.0.0_r27

Toggle android-11.0.0_r27's commit message
FileMap::create: remove duplicate addition. am: 54794ac613 am: 2912d9…

…c190 am: 98e213207f am: a6d7150812 am: 8a192ea12a am: 3c751b9f66

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/12393457

Change-Id: I470769ef78fdfda93b8eee4e8b68065487c2aca1

android-10.0.0_r14

Toggle android-10.0.0_r14's commit message
Merge "libutils: more detailed logging." am: ee4cc04429 am: 0a9c29ddfb

am: 2dfbda57d1

Change-Id: Ife4ac041f5ab8309b7c4c42ca11ed747dcb9dc52

android-9.0.0_r35

Toggle android-9.0.0_r35's commit message
Revert "libutilscallstack is private VNDK-SP"

CallStack.cpp was part of libutils, but has been separated into a new
library libutilscallstack [1] and then made invisible to vendors [2].
However, this is causing problem to the vendors who have been using
the CallStack class from libutils, because the class is no longer
available to them.

In order to support them, marking libutilscallstack as
'vendor_available: true'.

This reverts commit a32678df552365007fe178204264a4bdd06ddf7e.

[1] https://android-review.googlesource.com/c/platform/system/core/+/591954
[2] https://android-review.googlesource.com/c/platform/system/core/+/599754
Bug: 74600214
Test: m -j
Test: 2016/2017 pixel devices boots to the UI and Photo Editing works

Merged-In: Iaa232ed978378b566a4710e2320ee6ed04572e14
Change-Id: Iaa232ed978378b566a4710e2320ee6ed04572e14
(cherry picked from commit 130fea3478ce3ecb6c5a64d193552c1cce98772d)

android-9.0.0_r33

Toggle android-9.0.0_r33's commit message
Revert "libutilscallstack is private VNDK-SP"

CallStack.cpp was part of libutils, but has been separated into a new
library libutilscallstack [1] and then made invisible to vendors [2].
However, this is causing problem to the vendors who have been using
the CallStack class from libutils, because the class is no longer
available to them.

In order to support them, marking libutilscallstack as
'vendor_available: true'.

This reverts commit a32678df552365007fe178204264a4bdd06ddf7e.

[1] https://android-review.googlesource.com/c/platform/system/core/+/591954
[2] https://android-review.googlesource.com/c/platform/system/core/+/599754
Bug: 74600214
Test: m -j
Test: 2016/2017 pixel devices boots to the UI and Photo Editing works

Merged-In: Iaa232ed978378b566a4710e2320ee6ed04572e14
Change-Id: Iaa232ed978378b566a4710e2320ee6ed04572e14
(cherry picked from commit 130fea3478ce3ecb6c5a64d193552c1cce98772d)