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

Commit e948872d authored by Dennis Shen's avatar Dennis Shen Committed by Automerger Merge Worker
Browse files

Merge "Deprecate cc_binary aconfigd and the controlling flag" into main am:...

Merge "Deprecate cc_binary aconfigd and the controlling flag" into main am: db809532 am: f716e1e0

Original change: https://android-review.googlesource.com/c/platform/system/core/+/3376683



Change-Id: Idd94bdbba9e2a76839eccc04efae32b6fc5aafe3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 91381408 f716e1e0
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -997,16 +997,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