Deprecate cc_binary aconfigd and the controlling flag
cc_binary aconfigd is replaced with rust_binary aconfigd-system. The replacement is flag guarded and is already in TF full for more than a week. Thus delete the flag and deprecate old cc_binary aconfigd. Test: m Change-Id: Ib128adc2ef8178e02222f77e6b89bcc7ac83c1da
This commit is contained in:
parent
e400d09c83
commit
52d2446b4e
1 changed files with 0 additions and 8 deletions
|
|
@ -1009,16 +1009,8 @@ on post-fs-data
|
|||
wait_for_prop apexd.status activated
|
||||
perform_apex_config
|
||||
|
||||
# See flag enable_system_aconfigd_rust, which toggles these processes.
|
||||
exec_start aconfigd-mainline-init
|
||||
exec_start system_aconfigd_mainline_init
|
||||
|
||||
# system_aconfigd_socket_service is replacing aconfigd:
|
||||
# - A flag (enable_system_aconfigd_rust) toggles which socket executes.
|
||||
# - When enabled, aconfigd is a no-op, system_aconfigd_socket_service executes.
|
||||
# - Conversely, when disabled, aconfigd executes, and system_aconfigd_socket_service is a no-op.
|
||||
start system_aconfigd_socket_service
|
||||
start aconfigd
|
||||
|
||||
# Create directories for boot animation.
|
||||
mkdir /data/misc/bootanim 0755 system system
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue