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

Commit 52d2446b authored by Dennis Shen's avatar Dennis Shen
Browse files

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
parent e400d09c
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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