Adding bluetooth to mainline_modules_sdks.py

Bug: 231582349
Test: m
Ignore-AOSP-First: BT apex is not present on AOSP yet
Change-Id: I4b8a5a3c23e9d6a8c006234c31581a6e79db9063
This commit is contained in:
Roopa Sattiraju
2022-05-06 17:44:08 -07:00
parent 9ea376ddb2
commit 881b94ad91

View File

@@ -698,6 +698,11 @@ MAINLINE_MODULES = [
configBpDefFile="prebuilts/module_sdk/art/SoongConfig.bp",
configModuleTypePrefix="art_prebuilt_",
),
MainlineModule(
apex="com.android.bluetooth",
sdks=["bluetooth-module-sdk"],
first_release=Tiramisu,
),
MainlineModule(
apex="com.android.conscrypt",
sdks=[