First iteration of new release script
authorPyry Haulos <phaulos@google.com>
Wed, 29 Oct 2014 20:01:55 +0000 (13:01 -0700)
committerPyry Haulos <phaulos@google.com>
Wed, 29 Oct 2014 22:45:55 +0000 (15:45 -0700)
commit290f32ab4cdac8866be121c3da33bb187333f4ab
tree074fd161c6ce18ab106e14f90b9b499230569f3e
parent60d68b2463d1d6e1f8d55c55a923d304adcd1bf8
First iteration of new release script

This change restores release script from the grave and adapts it to the
new environment. Releases are now defined by a simple configuration
(source-only, bin-only, or both) and unique name. Android APK and linux64
utility binaries are currently built but not tested.

Additionally, deprecated license checks have been removed from qpInfo and
tcuApp.

Change-Id: If5073f65e7a91ec60fa7d903c9e9cfd196075944
framework/common/tcuApp.cpp
framework/qphelper/qpInfo.c
framework/qphelper/qpInfo.h
scripts/build/build.py
scripts/build/common.py
scripts/build/config.py
scripts/make_release.py [new file with mode: 0644]
targets/android/install.bat
targets/android/install.sh [new file with mode: 0755]
targets/android/launch.bat