Remove libdexfiled.so from public libraries for golem.
golem doesn't build it.
bug: 22322814
Change-Id: I8723236773f8b660d34e286e35207ad466badef0
diff --git a/Android.mk b/Android.mk
index 361ceec..a6eb0be 100644
--- a/Android.mk
+++ b/Android.mk
@@ -486,8 +486,10 @@
$(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
+ # won't have it.
sed -i '/libartd.so/d' $(TARGET_OUT)/etc/public.libraries.txt
- # remove libartd.so from public.libraries.txt because golem builds won't have it.
+ sed -i '/libdexfiled.so/d' $(TARGET_OUT)/etc/public.libraries.txt
########################################################################
# Phony target for building what go/lem requires on host.