diff options
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 3267483f2d..2489308c02 100644 --- a/Android.mk +++ b/Android.mk @@ -487,8 +487,10 @@ 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 + # 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. |