sdk
is the actual proto-SDKbin
-- binariesdata
-- prebuilt data bitstools
-- scripts, copied from Fuchsia source.
out
is created as a result of runningsdk/fly.sh
*
- Clone the repo
git clone https://github.com/dglazkov/proto-sdk.git
- Run
PACKAGE_NAME="package_name" FUCHSIA_DIR="/path/to/fuchsia/root/" SOURCE_DIR="/path/to/mod/source" sdk/make-package.sh
. - It should run and complete silently.
- The resulting package will be in
./out
directory.
- Remove dependency on the
FUCHSIA_ROOT
. - Create a script to reliably update stuff in
bin
anddata
from a Fuchsia build output. - Probably not use the shell script to power the whole thing?