From ea138c8695eb5608f09c63b2a790d04c64441a02 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Mon, 8 Jun 2020 18:12:52 +0900 Subject: [PATCH] init: fix README.md about perform_apex_configs parse_apex_configs was renamed with 13e51e7f0bc0419ad5463037bbe87f3789fdf9f9. Bug: n/a Test: n/a Change-Id: I6e60d64f915fa9ed47c5ec1195a9b371f68f1134 --- init/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/init/README.md b/init/README.md index 0dd14900f..aac1b12fe 100644 --- a/init/README.md +++ b/init/README.md @@ -564,9 +564,11 @@ provides the `aidl_lazy_test_1` interface. _options_ include "barrier=1", "noauto\_da\_alloc", "discard", ... as a comma separated string, e.g. barrier=1,noauto\_da\_alloc -`parse_apex_configs` -> Parses config file(s) from the mounted APEXes. Intended to be used only once - when apexd notifies the mount event by setting apexd.status to ready. +`perform_apex_config` +> Performs tasks after APEXes are mounted. For example, creates data directories + for the mounted APEXes, parses config file(s) from them, and updates linker + configurations. Intended to be used only once when apexd notifies the mount + event by setting `apexd.status` to ready. `restart ` > Stops and restarts a running service, does nothing if the service is currently