mirror of https://github.com/mstorsjo/fdk-aac.git
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: I662ad951a3221f967b53e7af65cb203a4b4a5e5d
This commit is contained in:
parent
662d974400
commit
d40f05a618
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue