omap4-common: Include specialized copy of libskia for playback of Saved Webpages.
This CL gives prime devices the ability to display saved pages in the
Android browser that were recorded with a previous version of Skia.
bug: 8019756
Change-Id: I0fb1dbf88abb3aeaac2b7c9e456c4f25722eb8f5
diff --git a/common.mk b/common.mk
index c331e4c..ab396b4 100644
--- a/common.mk
+++ b/common.mk
@@ -36,6 +36,12 @@
tinycap \
tinymix
+# Support for Browser's saved page feature. This allows
+# for pages saved on previous versions of the OS to be
+# viewed on the current OS.
+PRODUCT_PACKAGES += \
+ libskia_legacy
+
# Filesystem management tools
PRODUCT_PACKAGES += \
static_busybox \