aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2021-10-07 23:50:43 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-10-07 23:50:43 +0000
commit0056347f7d2639919873b39624775f487ecf6875 (patch)
treef36e0f9da5855a1abb42f107a4e0733d79080e65
parent189dd28362838fa19da8e2af7d34ada320cbccba (diff)
parent98edacf74334dd903c413a62b2d05dd5f88b26da (diff)
downloadmarisa-trie-0056347f7d2639919873b39624775f487ecf6875.tar.gz
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 00a2f1b..4045030 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,6 +48,7 @@ license {
cc_library {
name: "marisa-trie",
sdk_version: "current",
+ min_sdk_version: "30",
cflags: [
"-Werror",
"-Wall",