aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2021-03-03 21:56:54 +0000
committerNicolas Geoffray <ngeoffray@google.com>2021-03-04 18:04:39 +0000
commitc9187191d45e494113d90c315dadb6eaed7139e4 (patch)
tree0e1da165e9108015ff5242eae87b80b2c4ed8b6f /Android.bp
parentcd42a2b85f4c3e25e21f71fd45c870f84174999c (diff)
downloadvixl-c9187191d45e494113d90c315dadb6eaed7139e4.tar.gz
Add min_sdk_version for ART module.
Bug: 180399951 Test: m Change-Id: I6544a27656e747435ce95f63abc336a27ad7afd9
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 093f33ae..3e714a94 100644
--- a/Android.bp
+++ b/Android.bp
@@ -162,6 +162,7 @@ cc_defaults {
name: "libvixl-defaults",
srcs: ["src/*.cc"],
export_include_dirs: ["src"],
+ min_sdk_version: "S",
}
art_cc_library {