Merge "Adding bluetooth apex and min_sdk_version"

This commit is contained in:
Roopa Sattiraju 2022-02-04 02:11:54 +00:00 committed by Gerrit Code Review
commit 85d3fae9c5
4 changed files with 14 additions and 0 deletions

View file

@ -47,6 +47,11 @@ aidl_interface {
vndk: {
enabled: true,
},
apex_available: [
"//apex_available:platform",
"com.android.bluetooth",
],
min_sdk_version: "31",
},
},
versions: [

View file

@ -47,6 +47,7 @@ aidl_interface {
"//apex_available:platform",
"com.android.bluetooth",
],
min_sdk_version: "31",
},
},
}

View file

@ -30,6 +30,7 @@ aidl_interface {
ndk: {
apex_available: [
"//apex_available:platform",
"com.android.bluetooth",
"com.android.media.swcodec",
"com.android.neuralnetworks",
],

View file

@ -29,6 +29,13 @@ aidl_interface {
cpp: {
enabled: false,
},
ndk: {
apex_available: [
"//apex_available:platform",
"com.android.bluetooth",
],
min_sdk_version: "29",
},
},
versions: ["1"],
}