aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/build-android-lcr
AgeCommit message (Collapse)Author
2019-10-25build-scripts/build-android-lcr: set MAKE to make by defaultYongqin Liu
when the MAKE var has not been set yet. The original change on build-android script is here: https://git.linaro.org/infrastructure/linaro-android-build-tools.git/commit/build-scripts/build-android?id=cd306aa56d934857d06dfb56067232739b21d16f Here is a failed job that MAKE is empty by default: https://ci.linaro.org/job/lkft-aosp-master-cts-vts/9/console Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I2247b1ab06fc6cb736867748b882d895a91d314c
2019-07-29build-android-lcr: remove generation of build_config.jsonYongqin Liu
Most of the info are not correct, and we have other methods to pass the info for jobs already Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I39d80775e23ea16f92fe819a94eacd25ab86656c
2019-07-24build-android-lcr: fix the miss of double quoteYongqin Liu
which caused syntax error like this: 08:38:54 + export 'TIMEFORMAT=TIME: Compilation: %lR' 08:38:54 + TIMEFORMAT='TIME: Compilation: %lR' 08:38:54 /home/buildslave/srv/aosp-master/build-tools/build-scripts/build-android-lcr: line 162: unexpected EOF while looking for matching `"' 08:38:54 Build step 'Execute shell' marked build as failure Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I65f73abbe7c252963915d49561adfbdce6503339
2019-07-22build-android-lcr: support to use linaro-build.sh for lcr buildingYongqin Liu
This build-android-lcr script is copied from build-android scirpt. It is used to support the kernel building before running make droidcore for android building. Because with the aosp master now, the kernel modules files must be there already before running make droidcore, otherwise the ko files won't be integrated successfully into the vendor partition Also deleted some settings which in the build-android script, but won't be used for lcr builds now. Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I08b1f5426f1827706b66c2b9db8bae9db7e3c260