Skip to content

Commit

Permalink
package: update prepare_package_base doc strings as well
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 15, 2024
1 parent f62db69 commit c05bf21
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions android/package.v
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,11 @@ pub:
assets_path string // Path to assets
}

// prepare_package_base prepares and modifies a package skeleton and returns the paths to them.
// A "package skeleton" is a special structure of directories and files that `vab`'s
// packaging step use to make the final APK or AAB package.
// prepare_package_base prepares, modifies a "package base files" / app skeleton
// and returns useful paths to itself and paths within it.
//
// An "Package base files" / App skeleton" is a special structure of files and
// directories that `vab`'s packaging step use as a basis to make the final APK or AAB package.
// prepare_package_base is run before Java tooling does the actual packaging.
//
// Preparing includes operations such as:
Expand Down

0 comments on commit c05bf21

Please sign in to comment.