aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Bauer <tedbauer@google.com>2024-04-12 15:52:18 +0000
committerTed Bauer <tedbauer@google.com>2024-04-12 15:52:18 +0000
commit11a7f45fd034e0a1a9a62a86008b869db1ac4e44 (patch)
tree4645491f2b662a678e34bf528b0c11458d39478f
parentc7c9c6a948346c7536018e3785109b34fd717c37 (diff)
downloadfastrand-master.tar.gz
Set min_sdk_version to 29HEADmastermain
This dependency is needed for aconfig flagging, which should be supported on all mainline modules. Bug: 328444881 Test: m Change-Id: Ic007afa22716b037c478763ec2680f759ae19ea6
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 78b950e..b27b7b0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,5 +52,5 @@ rust_library {
],
product_available: true,
vendor_available: true,
- min_sdk_version: "33",
+ min_sdk_version: "29",
}