Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb929f85 authored by Stefano Duo's avatar Stefano Duo
Browse files

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
parent a7fa1e1a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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))