summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2013-01-17 08:06:21 -0500
committerDerek Sollenberger <djsollen@google.com>2013-01-17 08:06:21 -0500
commit281d8a5a1c3295ecb5d8a4050e45637f9f5c65e7 (patch)
tree338afa03e16c5cca7f3e0a0f5196f5dae9fff180 /device.mk
parentd4945b190d6e0415e05c6c4bcaeb34c8a37e2b03 (diff)
downloaddevice_samsung_tuna-281d8a5a1c3295ecb5d8a4050e45637f9f5c65e7.zip
device_samsung_tuna-281d8a5a1c3295ecb5d8a4050e45637f9f5c65e7.tar.gz
device_samsung_tuna-281d8a5a1c3295ecb5d8a4050e45637f9f5c65e7.tar.bz2
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
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk6
1 files changed, 6 insertions, 0 deletions
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 \