From 281d8a5a1c3295ecb5d8a4050e45637f9f5c65e7 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Thu, 17 Jan 2013 08:06:21 -0500 Subject: 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 --- device.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/device.mk b/device.mk index 8ba2144..8b28d80 100644 --- a/device.mk +++ b/device.mk @@ -49,6 +49,12 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ power.tuna +# 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 + # Audio PRODUCT_PACKAGES += \ audio.primary.tuna \ -- cgit v1.1