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

Commit f373a4dd authored by Hyein Yu's avatar Hyein Yu
Browse files

Revert^2 "[telephony] Create a new build flag for the module"

Reason for revert: Re-land the changes with fix

Reverted changes: c69e3210

Bug: 409546611
Test: build
Flag: RELEASE_TELEPHONY_MODULE
Change-Id: Ia97c502a0a446606369b1833c7609f7428ab1ca8
parent ac830af6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -263,6 +263,10 @@ $(call soong_config_set,bootclasspath,release_package_profiling_module,$(RELEASE
# Move VCN from platform to the Tethering module; used by both platform and module
$(call soong_config_set,ANDROID,is_vcn_in_mainline,$(RELEASE_MOVE_VCN_TO_MAINLINE))

# Add telephony build flag to soong
$(call soong_config_set,ANDROID,release_telephony_module,$(RELEASE_TELEPHONY_MODULE))
$(call soong_config_set,bootclasspath,release_telephony_module,$(RELEASE_TELEPHONY_MODULE))

# Add perf-setup build flag to soong
# Note: BOARD_PERFSETUP_SCRIPT location must be under platform_testing/scripts/perf-setup/.
ifdef BOARD_PERFSETUP_SCRIPT