Merge "Build heapprofd_client_api for use in the ART chroot."

This commit is contained in:
Martin Stjernholm 2021-03-10 07:50:41 +00:00 committed by Gerrit Code Review
commit 5fae0ea155

View file

@ -36,8 +36,9 @@ MODULES_SDK_AND_EXPORTS=(
# List of libraries installed on the platform that are needed for ART chroot # List of libraries installed on the platform that are needed for ART chroot
# testing. # testing.
PLATFORM_LIBRARIES=( PLATFORM_LIBRARIES=(
liblog heapprofd_client_api
libartpalette-system libartpalette-system
liblog
) )
# We want to create apex modules for all supported architectures. # We want to create apex modules for all supported architectures.