aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-06-14 03:09:55 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-06-13 20:00:14 +0000
commit9fff408a32dfde580566115c3aa4c3f6e5b2fb02 (patch)
tree157e41c5899f08ba715e77640d1d6110e463ce2f /android-lcr
parent8856c6d3c3d758e5608a06e4db09322ccbd8ef3e (diff)
android lcr: build vendor.img for hikey960 + 4.9
which would be used by lkft hikey960 4.9 builds Change-Id: I284ef9edbc342e742c6dfab229fdb96a4cf38af0 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/hikey/builders-v2.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/android-lcr/hikey/builders-v2.sh b/android-lcr/hikey/builders-v2.sh
index cf7f47de..7da970e2 100755
--- a/android-lcr/hikey/builders-v2.sh
+++ b/android-lcr/hikey/builders-v2.sh
@@ -50,6 +50,17 @@ if [ "X${BUILD_VENDOR_FOR_4_4}" = "Xtrue" ]; then
cd -
fi
+if [ "X${BUILD_VENDOR_HIKEY960_FBDEV}" = "Xtrue" ]; then
+ cd build/
+ source build/envsetup.sh
+ lunch hikey960-userdebug
+ rm -rf out/target/product/hikey960/vendor*
+ make vendorimage TARGET_KERNEL_USE=4.9 TARGET_COMPRESSED_KERNEL=false TARGET_BUILD_KERNEL=false HIKEY_USE_DRM_HWCOMPOSER=false
+ cp out/target/product/hikey960/vendor.img out/vendor-4.9.img
+ xz out/vendor-4.9.img
+ cd -
+fi
+
rm -rf build/out/BUILD-INFO.txt
wget https://git.linaro.org/ci/job/configs.git/blob_plain/HEAD:/android-lcr/hikey/build-info/aosp-master-template.txt -O build/out/BUILD-INFO.txt