HomeSort by relevance Sort by last modified time
    Searched refs:postinstall_config (Results 1 - 2 of 2) sorted by null

  /system/update_engine/scripts/
brillo_update_payload 419 local postinstall_config=$(create_tempfile "postinstall_config.XXXXXX")
420 CLEANUP_FILES+=("${postinstall_config}")
421 if unzip -p "${image}" "META/postinstall_config.txt" \
422 >"${postinstall_config}"; then
423 POSTINSTALL_CONFIG_FILE="${postinstall_config}"
  /build/make/core/
Makefile     [all...]

Completed in 72 milliseconds