summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-04-16 18:48:32 +0900
committerJooyung Han <jooyung@google.com>2020-04-16 18:48:32 +0900
commitb1e43a9005bbd7da00474eb1117ecfa2bedc8da1 (patch)
treec8c9f88d83c6e87abbfd3a3c0298e3c9b05c7e24 /Android.bp
parent8705f278a3206328161db44772d1402e6954816f (diff)
downloadlibhardware-b1e43a9005bbd7da00474eb1117ecfa2bedc8da1.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: Iab1437027fcbe4b7876207ec7605a765ba667b52
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ce4214eb..72c924f6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -26,6 +26,7 @@ cc_library_headers {
],
},
},
+ min_sdk_version: "29",
}
@@ -59,4 +60,5 @@ cc_library_shared {
exclude_shared_libs: ["libvndksupport"],
},
},
+ min_sdk_version: "29",
}