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