summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2021-03-03 22:01:30 +0000
committerNicolas Geoffray <ngeoffray@google.com>2021-03-03 22:01:30 +0000
commit7e8aff41b1e0f6becd2b2d2519b865ed6ca3f800 (patch)
tree3c1badb7488f3ce3c9d358a7b9173f9756850092
parentf040053c21b1cb3df38022f89e218f01d9cc54aa (diff)
downloadapache-xml-7e8aff41b1e0f6becd2b2d2519b865ed6ca3f800.tar.gz
Add min_sdk_version for ART module.
Bug: 180399951 Test: m Change-Id: I2e154a2e2301de76ff7a660d0666ae07e64638dc
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d7d6238..5f8f505 100644
--- a/Android.bp
+++ b/Android.bp
@@ -77,4 +77,5 @@ java_library {
sdk_version: "none",
system_modules: "core-all-system-modules",
+ min_sdk_version: "31",
}