Adding bt apex availablity to media dependencies

Bug: 217736913
Test: Compile
Change-Id: I0b2732e5e324e66842999671881b1d830ecb8740
This commit is contained in:
Roopa Sattiraju 2022-02-03 13:47:56 -08:00
parent c797641985
commit 44ff57e76c

View File

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