aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-04-16 18:48:29 +0900
committerJooyung Han <jooyung@google.com>2020-04-27 18:26:07 +0900
commit0753f631f2d6f99d3cd9bb3353a2cfc012fef4f1 (patch)
treedcde1a49cac18d1fc2ec7684be35239bb635ee78
parentd89cddd3558901fff132c09e49a3b628ef544298 (diff)
downloadlibopus-0753f631f2d6f99d3cd9bb3353a2cfc012fef4f1.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 Merged-In: I6eb7ebc0003fc60ef03abdec006af532fc3315f5 Merged-In: I09dc5392655baba60ec6f3f94f0e14496fc6edc9 Change-Id: I09dc5392655baba60ec6f3f94f0e14496fc6edc9
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 34cbdbd4..7dfcd86c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -337,4 +337,10 @@ cc_library_shared {
},
},
},
+
+ apex_available: [
+ "//apex_available:platform", // used by libstagefright_soft_opusdec
+ "com.android.media.swcodec",
+ ],
+ min_sdk_version: "29",
}