Hi folks,
I sent a pull request for picking apps from a configration file instead of
pick apps from all directories of GAIA_APP_SRCDIRS, it's more flexable for
adding or removing apps.
https://bugzilla.mozilla.org/show_bug.cgi?id=848604
in this pull request, I use
build/apps-[production|engineering|demo|dogfood].list to pick apps from
apps and external-apps directories. by default, I use wildcard to pick all
apps from apps and other directories, eg build/apps-produciton.list:
apps/*
external-apps/*
outoftree_apps/*
if you want a customization build only with system, homescreen & settings
apps, create a file like this:
apps/system
apps/settings
apps/homescreen
and |GAIA_APP_CONFIG=<path-to-apps.list> make reset-gaia|, you will have a
gaia only contain those three apps LOL
finally, we also support GAIA_DISTRIBUTION_DIR, you can put apps.list to
your GAIA_DISTRIBUTION_DIR/ for picking apps both from GAIA_DIR &
GAIA_DISTRIBUTION_DIR.
feedback welcome on bugzilla :-)