diff options
author | Derek Sollenberger <djsollen@google.com> | 2013-01-17 08:06:21 -0500 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2013-01-17 08:06:21 -0500 |
commit | 281d8a5a1c3295ecb5d8a4050e45637f9f5c65e7 (patch) | |
tree | 338afa03e16c5cca7f3e0a0f5196f5dae9fff180 | |
parent | d4945b190d6e0415e05c6c4bcaeb34c8a37e2b03 (diff) | |
download | device_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
-rw-r--r-- | device.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 \ |