aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/build-android
AgeCommit message (Collapse)Author
2014-05-26Dump java version to build log.Paul Sokolovsky
Change-Id: I789274d7bbbe65e190836dd34e7080dc99871c77
2014-05-23Download toolchain ASAP, for fail-fast.Paul Sokolovsky
Change-Id: I40ffdd625735383e14b0a651fd7097a9ef8beb67
2014-05-23Fix var references.Paul Sokolovsky
Change-Id: I60caf850a4c2e486c2e34925babea67be0f30bc0
2014-05-23There're always some errors with update-java-alternatives, so ignore its rc.Paul Sokolovsky
"update-alternatives: error: no alternatives for mozilla-javaplugin.so.", etc. Change-Id: I1c2b038f6f749d22804a1e952303eb400f61398c
2014-05-23Workaround empty if/then.Paul Sokolovsky
Change-Id: I80b9e8e354caebfb8b6f24bc0e082051622ba563
2014-05-23Set java version in fail-fast manner.Paul Sokolovsky
Change-Id: I25f2e465b0996817fb20b3ff25079f3709e6035c
2014-05-23Allow to select java version fot build using USE_JAVA_6 or USE_JAVA_7 vars.Paul Sokolovsky
Change-Id: I5ea2bf75bd0900fae5f1df0e5611ec0be1277c3f
2014-03-05Fix the out dir location for target having multiple underscoreVishal Bhoj
Change-Id: Ie3e2fd7495ec80c2295a607433ebeabea5e6d30b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-30Don't fail build if create-user-kernel-script errored out.Paul Sokolovsky
Interim measure to unbreak builds until script is fixed. Change-Id: Icf8f448720922e8a516a2d29e431ae8fbaa20de9
2014-01-26Download overlays ASAP to fail fast in case of error.Paul Sokolovsky
Change-Id: I8d6194e65d2190a9f4de8a2a17faa6d78c0aabd8
2014-01-21export TARGET_OUT_DIRVishal Bhoj
Change-Id: I5230878e856ac9575d1acb9b0ddec8948ba4ed2f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-15Use TARGET_OUT_DIR for BUILD_COPYCAT too.Paul Sokolovsky
Change-Id: I9aaaef5ed40061c23a8e9e630f61b94c1bc93cd1
2014-01-09handle other build keywords coming as part of TARGET_PRODUCTVishal Bhoj
Change-Id: I56a75592e51c2200265273cd701d84c4de34df50 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-08strip "full_" from TARGET_PRODUCT to get the right locationVishal Bhoj
Change-Id: I35bb04642010b52e4b70c522ad3463483d194b8d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-03md5sum *img files too.Paul Sokolovsky
Change-Id: I97657ae67770bbe7e84e048ddd39bc14c9c5c2d3
2014-01-03Add sypport for flattening artifacts build-side.Paul Sokolovsky
This moves flattening to build side instead of publsihing side, per LAVA-933. Change-Id: Ic0d3d6f9598f5538c99c689345ebd9074d063769
2013-12-20Remove HOST_CC to be gcc-4.5Vishal Bhoj
Change-Id: I7af1aa1f63ca800d384bfb17ecb6302b941b40ea Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2013-10-05add license check supportVishal Bhoj
2013-08-05Produce manifests annotated with descriptions at the end of build.Paul Sokolovsky
2013-04-22Remove EULA/OPEN-EULA support.Stevan Radakovic
2013-01-25build android: make sure no one sets SOURCE_OVERLAY_OPTIONAL in official ↵Amit Pundir
build configurations
2012-12-19Adding check for presence of SOURCE_OVERLAY required for the flatten ↵Deepti B. Kalakeri
artifacts BP
2012-12-06Remove http_proxy support since it seems to cause problems.Danilo Šegan
2012-11-29Set http_proxy conditionally if it works and can access android.git.linaro.org.Danilo Šegan
2012-11-28Export http_proxy to ci.linaro.org for better HTTP git-ro performance.Danilo Šegan
2012-11-06Revert back HOWTOs reshuffle.Georgy Redkozubov
2012-11-01Reshuffle HOWTOsFathi Boudra
2012-10-05reate build script for kernel if the kernel was built from sourceVishal Bhoj
2012-10-01Use human-readbale time format.Paul Sokolovsky
2012-10-01Provide better stats for build times of individual build stages.Paul Sokolovsky
Better == more human/machine parsable.
2012-10-01Use consistent "time" options (none).Paul Sokolovsky
2012-08-10Allow to override FS image size with FS_IMAGE_SIZE var.Paul Sokolovsky
2012-08-10Remove debug output.Paul Sokolovsky
2012-08-09Make BUILD_COPYCAT feature skip "make" phase, but still follow other processing.Paul Sokolovsky
E.g., filesystem image creation.
2012-08-09Use absolute paths with sudo, trying to workaround "No such file or directory".Paul Sokolovsky
2012-08-08bzip2 FS image.Paul Sokolovsky
2012-08-08Add BUILD_FS_IMAGE bool config option to create FS image.Paul Sokolovsky
2012-08-02Made the wgets more quiet by using -nv. This is slightly less quiet than -q, ↵James Tunnicliffe
but much less noisy than not using any flags. It will show the URL we are downloading and any error messages. Should keep logs small, but usable.
2012-08-02To aid debugging get rid of quiet option to wget.James Tunnicliffe
Accept all certificates for https downloads (wget) because snapshots.linaro.org and releases.linaro.org HTTPS servers use self signed certs. This has only been changed for wget uses that may point to a Linaro hosted download.
2012-05-25Allow to override make command and pass additional options.Paul Sokolovsky
On behalf of asac.
2012-04-23Touch EULA.txt only for origen and snowball blobsGeorgy Redkozubov
2012-04-20Fixed job name variableGeorgy Redkozubov
2012-04-20Added basic EULA support to the build scriptsGeorgy Redkozubov
2012-04-13Remove debug stuff.Paul Sokolovsky
2012-04-13Dump env for debugging.Paul Sokolovsky
2012-03-19add kernel build script creation to build processAndy Doan
since the script is executed from the build output directory, the create-user-kernel-script was changed to find the manifest
2012-03-09Remove --no-check-certificate, it is no longer require for legitimate links.Paul Sokolovsky
And not having it in allows to catch and fix deprecated toolchain links.
2012-03-08[merge] Add create-build-script logic to build.Paul Sokolovsky
2012-03-07Add create-build-script logic to build.Andy Doan
This calls the code that will produce a script for users that they can run to reproduce a build.
2012-03-07Enabled toolchain fingerprinting by default.Paul Sokolovsky
Otherwise it's being forgotten when creating new jobs.