Buildspec_mk_Options
USE_GOOGLE_APPS := true– [1] Extract Google Apps from a gapps-passion package and install them into the system image.
KITCHEN_BUILD := true– [2] Build a kitchen base system image. This will include absolutely no proprietary bits, including nothing from the dream ROM. This build is expected to be run after going through kitchen processing, with files written into it later.
Notes
- A build with
USE_GOOGLE_APPS := truedefined is not legally redistributable in many countries due to proprietary rights held by Google on included binaries.
- A build without
KITCHEN_BUILD := trueis not legally redistributable in many countries due to proprietary rights held by Qualcomm, HTC, or other companies on included binaries.

