aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2018-08-07 16:51:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-07 16:51:25 +0000
commit464a4d5dcde1782797f688b73fff3a518cdc3ede (patch)
treee86321a1146f19e3f3af2512eed37865c33758f3
parent4756f2b049f23e52664067b7a24666d13dec3895 (diff)
parent14248858345d6613296f458f3b4dfd8799aae695 (diff)
downloadwebp-oreo-mr1-1.2-iot-release.tar.gz
-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