aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-04-16 18:48:30 +0900
committerJooyung Han <jooyung@google.com>2020-04-16 18:48:30 +0900
commit28ca39bf520007aacca6c1ee26b87b165479f156 (patch)
tree361ad82c55ab76b3119206fd284c9404a4e3f9f4
parentdf8e6979660e15686401a28a8dcb0a83d193ea00 (diff)
downloadprotobuf-28ca39bf520007aacca6c1ee26b87b165479f156.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: I5bf9ceb712691916a90afcae92056d0b5875f78c
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dd7ec6fd6..79af6d8ee 100644
--- a/Android.bp
+++ b/Android.bp
@@ -116,6 +116,7 @@ cc_library {
"//apex_available:platform",
"//apex_available:anyapex",
],
+ min_sdk_version: "29",
}
// C++ lite library for the platform and host.