summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-05-11 17:21:02 +0900
committerJooyung Han <jooyung@google.com>2020-05-13 07:27:59 +0000
commiteb1927a2a2173e34ea3143b091ae77fbf5466d65 (patch)
tree8803c6c1fecd439dc94e3f1c2158840ccdf84f78
parent251abdee5fe5f00d2b07bff7c577afde70a7eda1 (diff)
downloadsonivox-eb1927a2a2173e34ea3143b091ae77fbf5466d65.tar.gz
Set min_sdk_version to be part of mainline modules
Modules contributing mainline modules (APK/APEX) should set min_sdk_version as well as apex_available. For now setting min_sdk_version doesn't change build outputs. But build-time checks will be added soon. Exempt-From-Owner-Approval: CP from AOSP Bug: 152655956 Test: m Change-Id: I2735a96ebd7eb88a39eeeba149cb5cbf1daf1308
-rw-r--r--arm-wt-22k/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm-wt-22k/Android.bp b/arm-wt-22k/Android.bp
index a006af7..bf45b0d 100644
--- a/arm-wt-22k/Android.bp
+++ b/arm-wt-22k/Android.bp
@@ -121,6 +121,7 @@ cc_library {
"//apex_available:platform",
"com.android.media",
],
+ min_sdk_version: "29",
}
cc_library {