Build heapprofd_client_api for use in the ART chroot.
Test: build/soong/scripts/build-mainline-modules.sh Bug: 179915934 Change-Id: I4653bf705563ad2ddb077ecae7938c2dd1b818e9
This commit is contained in:
parent
35570c14ce
commit
4f0f3f01d9
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue