Set min_sdk_version to be part of mainline modules am: dd66b18a9f
Change-Id: I6072fee2699f0a84fe5cba6bf3cb74b4b29bd485
diff --git a/Android.bp b/Android.bp
index 62b88dc..736dfd2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -64,6 +64,7 @@
"com.android.adbd",
"com.android.media.swcodec",
],
+ min_sdk_version: "29",
}
cc_genrule {
@@ -97,6 +98,7 @@
"com.android.adbd",
"com.android.media.swcodec",
],
+ min_sdk_version: "29",
}
cc_genrule {
@@ -140,6 +142,7 @@
"com.android.adbd",
"com.android.media.swcodec",
],
+ min_sdk_version: "29",
}
cc_object {
@@ -221,6 +224,7 @@
"com.android.adbd",
"com.android.media.swcodec",
],
+ min_sdk_version: "29",
}
// Example ASan-ified libminijail shared library for target.
@@ -463,6 +467,6 @@
target: {
darwin: {
enabled: false,
- }
+ },
},
}