aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2018-08-06 16:50:47 -0700
committerXin Li <delphij@google.com>2018-08-06 16:50:47 -0700
commit14248858345d6613296f458f3b4dfd8799aae695 (patch)
treee86321a1146f19e3f3af2512eed37865c33758f3
parent4756f2b049f23e52664067b7a24666d13dec3895 (diff)
parentb8bb2f66e121d342d36d7f76da801e02033a7ed8 (diff)
downloadwebp-14248858345d6613296f458f3b4dfd8799aae695.tar.gz
Merge Android Pie into master
Bug: 112104996 Change-Id: Ie996eb9b947c135174d71a526e7bac01c373c2f0
-rw-r--r--Android.bp2
-rw-r--r--README.android1
2 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fe891085..2a51bec1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -108,6 +108,8 @@ cc_library_static {
local_include_dirs: ["."],
static_libs: ["webp-headers"],
export_static_lib_headers: ["webp-headers"],
+
+ sdk_version: "9",
}
//##############################################
diff --git a/README.android b/README.android
index 461da150..fda9c32f 100644
--- a/README.android
+++ b/README.android
@@ -10,6 +10,7 @@ Local modifications:
These files are not required to build via Android.bp
- Undefine WEBP_ANDROID_NEON on Android targets and use __ARM_NEON__
instead.
+- cherry-pick 7038ca8d demux,StoreFrame: restore hdr size check to min req
The Android.bp file creates WebP decoder and encoder static libraries which
can be added to any application by adding libwebp-decode and libwebp-encode to