Merge "Adding bluetooth apex and min_sdk_version"
This commit is contained in:
commit
85d3fae9c5
4 changed files with 14 additions and 0 deletions
|
@ -47,6 +47,11 @@ aidl_interface {
|
|||
vndk: {
|
||||
enabled: true,
|
||||
},
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.bluetooth",
|
||||
],
|
||||
min_sdk_version: "31",
|
||||
},
|
||||
},
|
||||
versions: [
|
||||
|
|
|
@ -47,6 +47,7 @@ aidl_interface {
|
|||
"//apex_available:platform",
|
||||
"com.android.bluetooth",
|
||||
],
|
||||
min_sdk_version: "31",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@ aidl_interface {
|
|||
ndk: {
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.bluetooth",
|
||||
"com.android.media.swcodec",
|
||||
"com.android.neuralnetworks",
|
||||
],
|
||||
|
|
|
@ -29,6 +29,13 @@ aidl_interface {
|
|||
cpp: {
|
||||
enabled: false,
|
||||
},
|
||||
ndk: {
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.bluetooth",
|
||||
],
|
||||
min_sdk_version: "29",
|
||||
},
|
||||
},
|
||||
versions: ["1"],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue