1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-18 12:10:38 +01:00

Merge "Set min_sdk_version to be part of mainline modules"

This commit is contained in:
Treehugger Robot 2020-04-22 17:12:27 +00:00 committed by Gerrit Code Review
commit 2611a48c1d

View File

@ -59,4 +59,11 @@ cc_library_static {
enabled: false,
},
},
apex_available: [
"//apex_available:platform",
"com.android.bluetooth.updatable",
"com.android.media.swcodec",
],
min_sdk_version: "29",
}