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-02 15:13:13 +0000
commitd1c8e741687459a0b387a1e5abdfec936835e752 (patch)
tree7dff769372a3dd51d7e6e4a2852bdc03706bc31e
parent7223596c51ef67c1a59027e5851862ffb9a15793 (diff)
downloadmarisa-trie-d1c8e741687459a0b387a1e5abdfec936835e752.tar.gz
Set min_sdk_version to be 30
Bug: 170298047 Test: m com.android.extservices 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",