diff options
| author | 2025-02-21 17:13:57 +0000 | |
|---|---|---|
| committer | 2025-03-06 05:23:27 -0800 | |
| commit | eb929f85286b0759b8e0f798414ad6f0168afb47 (patch) | |
| tree | 4fb2d3fec872108565069ec8c75be1c27caa84bc | |
| parent | a7fa1e1a90a666084680b894b9f041eb7e957bf2 (diff) | |
Introduce indirection layer on top Cronet ToT and Stable import channels
Export the RELEASE_ENABLE_TOT_CRONET build system flag as a Soong
variable. This way //external/cronet/Android.bp can make use of it (see
http://aosp/3507996).
Test: m
Bug: b:396593141
Merged-In: Icc3afb518264b463662b5a085e390bdfccff6e53
Merged-In: Ia20f6d4212ae7dbd6343b09116133a4bbadf1fff
Change-Id: Ib1ec49f3ccbcfd7b1232c8db658d0c80cb67a59a
| -rw-r--r-- | target/product/build_variables.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/product/build_variables.mk b/target/product/build_variables.mk index e99ab0686a..8e1de8f577 100644 --- a/target/product/build_variables.mk +++ b/target/product/build_variables.mk @@ -31,3 +31,6 @@ $(call soong_config_set, libsqlite3, release_package_libsqlite3, $(RELEASE_PACKA # Use the configured MessageQueue implementation $(call soong_config_set, messagequeue, release_package_messagequeue_implementation, $(RELEASE_PACKAGE_MESSAGEQUEUE_IMPLEMENTATION)) + +# Use the configured version of Cronet +$(call soong_config_set,cronet,enable_cronet_tot,$(RELEASE_ENABLE_TOT_CRONET)) |