1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-06-05 22:39:13 +02: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

View File

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