cronet: introduce constant for apex_defaults am: c65b451289

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2388902

Change-Id: Ibae0c6481e9f1af693a67a04336f4d6eb1d8e22f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Patrick Rohr
2023-01-16 16:13:04 +00:00
committed by Automerger Merge Worker

View File

@@ -50,6 +50,15 @@ enable_tethering_next_apex = false
// as the above target may have different "enabled" values
// depending on the branch
// cronet_in_tethering_apex_defaults can be used to specify an apex_defaults target that either
// enables or disables inclusion of Cronet in the Tethering apex. This is used to disable Cronet
// on tm-mainline-prod. Note: in order for Cronet APIs to work Cronet must also be enabled
// by the cronet_java_*_defaults in common/TetheringLib/Android.bp.
cronet_in_tethering_apex_defaults = "CronetInTetheringApexDefaultsEnabled"
// This is a placeholder comment to avoid merge conflicts
// as cronet_apex_defaults may have different values
// depending on the branch
apex {
name: "com.android.tethering",
defaults: [