aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2021-11-22 10:15:19 +0900
committerJooyung Han <jooyung@google.com>2021-11-22 10:15:19 +0900
commit9864dad883fab140c65171f84d6c2dead338726e (patch)
tree803d6f0013dd01a2b6707227f24f82b9bc1348b7 /crypto
parentacfe7b52a9967e20e3c64fbf79db95b771e44dda (diff)
downloadadb-9864dad883fab140c65171f84d6c2dead338726e.tar.gz
Set min_sdk_version
Many modules requiring min_sdk_version have been used without setting it, but hard-coded in allowlist. Bug: 158059172 Test: m Change-Id: Idc7ad2e7f704eeca6adedd8ec136f691cfefb65d
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Android.bp b/crypto/Android.bp
index 8fdce89e..96283487 100644
--- a/crypto/Android.bp
+++ b/crypto/Android.bp
@@ -69,6 +69,7 @@ cc_library {
name: "libadb_crypto",
defaults: ["libadb_crypto_defaults"],
+ min_sdk_version: "30",
apex_available: [
"com.android.adbd",
"test_com.android.adbd",