aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-04-16 18:48:29 +0900
committerJooyung Han <jooyung@google.com>2020-04-23 15:40:48 +0900
commitc4dfc55701f68dcf00b7b2049a6ee3d5a786110a (patch)
tree3985e2f077f440197dbefb19bf98aeb7be211ccc /Android.bp
parentcaf21aa3cbc0444003a588cdd687c2e42479a8bc (diff)
downloadlibopus-c4dfc55701f68dcf00b7b2049a6ee3d5a786110a.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: I09dc5392655baba60ec6f3f94f0e14496fc6edc9
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
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",
}