summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2018-04-27 10:58:45 +0100
committerNicolas Geoffray <ngeoffray@google.com>2018-04-27 10:58:45 +0100
commit83b7419bdf104420267c5463e78009e836b44728 (patch)
tree5d37a6fac3de0221c508a0c5287beebf99f4d7ae /Android.mk
parentd9132e2b7ded072f76801ccaff6fe006fd046beb (diff)
downloadart-83b7419bdf104420267c5463e78009e836b44728.tar.gz
art-83b7419bdf104420267c5463e78009e836b44728.tar.bz2
art-83b7419bdf104420267c5463e78009e836b44728.zip
Add libprofile/libprofiled to public libraries.
Test: m Change-Id: I9209234513ed6cf7da01058f44f7806e29b26e20
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 47bcaac343..64b9400f66 100644
--- a/Android.mk
+++ b/Android.mk
@@ -471,10 +471,11 @@ build-art-target-golem: dex2oat dalvikvm patchoat linker libstdc++ \
$(ART_TARGET_SHARED_LIBRARY_BENCHMARK) \
$(TARGET_CORE_IMG_OUT_BASE).art \
$(TARGET_CORE_IMG_OUT_BASE)-interpreter.art
- # remove libartd.so and libdexfiled.so from public.libraries.txt because golem builds
+ # remove debug libraries from public.libraries.txt because golem builds
# won't have it.
sed -i '/libartd.so/d' $(TARGET_OUT)/etc/public.libraries.txt
sed -i '/libdexfiled.so/d' $(TARGET_OUT)/etc/public.libraries.txt
+ sed -i '/libprofiled.so/d' $(TARGET_OUT)/etc/public.libraries.txt
########################################################################
# Phony target for building what go/lem requires on host.