Skip to content

Commit 569827e

Browse files
committed
Revert "Export ril related flag to soong"
This reverts commit 1fa6cb9.
1 parent 6f1b140 commit 569827e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

core/android_soong_config_vars.mk

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,3 @@ $(call soong_config_set_bool,gralloc,target_use_pan_display,$(if $(filter true,$
201201

202202
# Add use_camera_v4l2_hal flag for hardware/libhardware/modules/camera/3_4:camera.v4l2
203203
$(call soong_config_set_bool,camera,use_camera_v4l2_hal,$(if $(filter true,$(USE_CAMERA_V4L2_HAL)),true,false))
204-
205-
# Add sim_count, disable_rild_oem_hook, and use_aosp_rild flag for ril related modules
206-
$(call soong_config_set,ril,sim_count,$(SIM_COUNT))
207-
ifneq ($(DISABLE_RILD_OEM_HOOK), false)
208-
$(call soong_config_set_bool,ril,disable_rild_oem_hook,true)
209-
endif
210-
ifneq ($(ENABLE_VENDOR_RIL_SERVICE), true)
211-
$(call soong_config_set_bool,ril,use_aosp_rild,true)
212-
endif

0 commit comments

Comments
 (0)