aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-04-16 18:48:27 +0900
committerJooyung Han <jooyung@google.com>2020-04-27 17:59:40 +0900
commit3c3f2712111366454e21b0f4c3f9e5b312908591 (patch)
treec29cffed0546621ec300c2118b5f7a3176a38046
parent1127aa9a39ff1248030321e55993d86a2b404728 (diff)
downloadjsoncpp-android11-mainline-cellbroadcast-release.tar.gz
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 Merged-In: I6e251b193a1ee4dc868b17a67b0d730ecd678d8b Change-Id: I6e251b193a1ee4dc868b17a67b0d730ecd678d8b (cherry picked from commit 3671db5c134991149ced59813e4a47029942e273)
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b809a9f..2ef1e5d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,6 +45,7 @@ cc_library {
"//apex_available:anyapex",
],
native_bridge_supported: true,
+ min_sdk_version: "29",
}
cc_library_static {