aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-04-16 18:48:28 +0900
committerJooyung Han <jooyung@google.com>2020-04-16 18:48:28 +0900
commit6732ec8048569ddc4b2a3d18b1c42dabfa7ad4bc (patch)
tree52c33c6426b6e60ac7d69e57c58e3abd11851262
parent3588cc31443b7d9f5422ba3d767830ca13a4d71d (diff)
downloadlibgsm-6732ec8048569ddc4b2a3d18b1c42dabfa7ad4bc.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. Bug: 152655956 Test: m Change-Id: I90e135617642c87ecff517a17120285d8355827e
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4cf5132..36a8671 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,4 +51,5 @@ cc_library_static {
},
export_include_dirs: ["inc"],
+ min_sdk_version: "29",
}