aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/build-android
AgeCommit message (Collapse)Author
2014-12-03Add support to build on VPSHEADmasterVishal Bhoj
Change-Id: I5ee21bb42ccee882de3c852014e7a78d52e424c8 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-11-25Add git config so that we can apply patchVishal Bhoj
Fix for bug https://bugs.linaro.org/show_bug.cgi?id=934 Change-Id: Id9b9b1b7bb5ac39381efd0c1517df1532a6f47cc Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-11-12skip publishing descriptionsVishal Bhoj
Change-Id: Ib45e72543843dd53bdee9623d8d0e70b6b48d0fe Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-10-17Add a hook for running lunchBernhard Rosenkraenzer
Add a hook for running lunch to do builds AOSP style. Don't set TARGET_ARCH_VARIANT if lunch is being used (lunch takes care of that). Change-Id: Icf6caefd3ed53761a76ef3977480d9254f1e7c15 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2014-10-16Add support for android-patchsets scripts and USE_CLANG_PLATFORM_BUILDBernhard Rosenkraenzer
Add a hook for applying scripts from android-patchsets, pass USE_CLANG_PLATFORM_BUILD to the build system Change-Id: Ibc4b57b5688ca75a105a8099cb4058bd7a30959b Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2014-09-23build-android: some changes on TARGET_OUT_DIRYongqin Liu
1. make it possible to use value of TARGET_OUT_DIR set on android-build if we set the TARGET_OUT_DIR variant value via the settings from android-build, then use that set value. Since the value of PRODUCT_OUT is defined by TARGET_DEVICE, and the value of TARGET_DEVICE is defined by PRODUCT_DEVICE. and some of PRODUCT_DEVICEs are defined with the generic_ prefix. like for aosp_arm64 product, the PRODUCT_DEVICE is generic_arm64. it's not right to just remove string before _ in this case. 2. specified TARGET_OUT_DIR explicitly when caculate the md5sum of .img, .tar.bz2 files since when build the 64bit version with AOSP master, there are other directories (like external/ frameworks/ system/) are generated under out/target/product/, so if we use command like "cd out/target/product/*/", there will be errors. Change-Id: Ia4cbfc1807491fe4e1e798d6c8e1fadb55ea39eb Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
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