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" am: 2611a48c1d am: 25647c87aa am: fd16a67308 am: e09f99be0f am: 7e6b390ccb

Change-Id: I5df01a50cf1bae3903b5b24c2138a7fe75406ccb
This commit is contained in:
Treehugger Robot 2020-04-22 18:22:06 +00:00 committed by Automerger Merge Worker
commit e19cda5fab

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",
}