init

  1. init.c : system\core\init
    android start from init application.
  2. main call parse_config_file("/init.rc"); to parse the init.rc file
  3. parse.c : system\core\init
    support commands : int lookup_keyword(const char *s)

留言