commit | 11a7f45fd034e0a1a9a62a86008b869db1ac4e44 | [log] [tgz] |
---|---|---|
author | Ted Bauer <[email protected]> | Fri Apr 12 15:52:18 2024 +0000 |
committer | Ted Bauer <[email protected]> | Fri Apr 12 15:52:18 2024 +0000 |
tree | 4645491f2b662a678e34bf528b0c11458d39478f | |
parent | c7c9c6a948346c7536018e3785109b34fd717c37 [diff] |
Set min_sdk_version to 29 This dependency is needed for aconfig flagging, which should be supported on all mainline modules. Bug: 328444881 Test: m Change-Id: Ic007afa22716b037c478763ec2680f759ae19ea6
diff --git a/Android.bp b/Android.bp index 78b950e..b27b7b0 100644 --- a/Android.bp +++ b/Android.bp
@@ -52,5 +52,5 @@ ], product_available: true, vendor_available: true, - min_sdk_version: "33", + min_sdk_version: "29", }