diff options
author | 2024-07-22 16:54:47 +0100 | |
---|---|---|
committer | 2024-07-22 19:02:06 +0000 | |
commit | cb97ccd23ea92a36e6aabfd1f640d51f947e3aeb (patch) | |
tree | 29028accfad9adbae715ad6bb094a20eefad05ae | |
parent | 20f6c15aed1933a7a936b51b16ae6a630ba4ef44 (diff) |
Add libdebugstore_cxx as an implementation lib dependency.
It's needed by the latest version of "libartpalette-system".
Bug: 354697086
Test: art/tools/buildbot-sync.sh
Change-Id: Idf72b58decbf75974ddfcfe78b4bc01dd12b2bd8
-rwxr-xr-x | tools/buildbot-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh index e07dca6b7c..fb1a51b142 100755 --- a/tools/buildbot-build.sh +++ b/tools/buildbot-build.sh @@ -112,6 +112,7 @@ implementation_libs=( "heapprofd_client_api" "libandroid_runtime_lazy" "libartpalette-system" + "libdebugstore_cxx" # Needed by "libartpalette-system". "libbinder" "libbinder_ndk" "libcutils" |