summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2021-03-03 22:04:27 +0000
committerNicolas Geoffray <ngeoffray@google.com>2021-03-04 15:49:48 +0000
commitd139f087ddd69eba960fffb43b8e0445cf0b465e (patch)
tree0b63b45a188f8ad704d673d5352dc44273d1036f
parent37db65ec529e1896daa253979995401cb1dcbbfd (diff)
downloadexpat-d139f087ddd69eba960fffb43b8e0445cf0b465e.tar.gz
Add min_sdk_version for ART module.
Bug: 180399951 Test: m Change-Id: Ie10e7ec74faeef97ac8292cd88a81fd4c1ba2f2a
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fcf2ca15..a7fd6b0c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -85,4 +85,5 @@ cc_library {
"com.android.art",
"com.android.art.debug",
],
+ min_sdk_version: "apex_inherit",
}