From c4dfc55701f68dcf00b7b2049a6ee3d5a786110a Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Thu, 16 Apr 2020 18:48:29 +0900 Subject: 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: I09dc5392655baba60ec6f3f94f0e14496fc6edc9 --- Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.bp b/Android.bp index 7c0df372..02a6e951 100644 --- a/Android.bp +++ b/Android.bp @@ -343,4 +343,8 @@ cc_library { enabled: false, }, }, + apex_available: [ + "com.android.media.swcodec", + ], + min_sdk_version: "29", } -- cgit v1.2.3