aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Mak <tonymak@google.com>2020-11-02 15:04:54 +0000
committerTony Mak <tonymak@google.com>2020-11-03 12:10:22 +0000
commitae3315be4a1907aa56366e42538f37256c7eaaa2 (patch)
tree28c1d5a3e90a16a7f5377dff7b7e627daa32d389
parenta20471031e4694bfa083482d0465f9e28c93e454 (diff)
downloadmarisa-trie-ae3315be4a1907aa56366e42538f37256c7eaaa2.tar.gz
Bug: 170298047 Test: m com.android.extservices Merged-In: Ifd74d99bcd457f838d09e087dcff37fb69e0793a Change-Id: Ifd74d99bcd457f838d09e087dcff37fb69e0793a
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c37c7c1..817ece6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,7 @@
cc_library {
name: "marisa-trie",
sdk_version: "current",
+ min_sdk_version: "30",
cflags: [
"-Werror",
"-Wall",