aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2018-01-31 13:18:10 -0500
committerDerek Sollenberger <djsollen@google.com>2018-03-19 13:39:28 +0000
commit51e0229c3b998865d503f1a74663a2e2defaaea3 (patch)
treeacf274cae5547f6cee3abc58d8fb3167b119661d
parentba2555a6c7f9baab43c7b39060761e0184732c72 (diff)
downloadwebp-pie-b4s4-release.tar.gz
Setting this enables our testing tools that must be SDK/NDK compliant to include these static libs in their builds. Bug: 74442448 Test: compile and CtsSkQPTestCases Change-Id: If5e9da6392999767f7aec717d5c928bfb45385fc
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d54c8796..737a3c27 100644
--- a/Android.bp
+++ b/Android.bp
@@ -109,6 +109,8 @@ cc_library_static {
local_include_dirs: ["."],
static_libs: ["webp-headers"],
export_static_lib_headers: ["webp-headers"],
+
+ sdk_version: "9",
}
//##############################################