aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2022-03-07 23:35:44 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2022-03-07 23:35:44 +0800
commit152591339c5078d912c536616ba57f0ee8b3268d (patch)
tree649bab79386655eebea68336baab9397f1fe80f2
parent0bc6d72e809fae7743e7f1331b0306f949a8505d (diff)
downloadandroid-build-configs-152591339c5078d912c536616ba57f0ee8b3268d.tar.gz
lkft: add master hikey and hikey960 builds
as they are not built with ci.android.com anymore because of the license problem with the vendor binaries Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Ifad679288e55db1120a5b3760d078b603e98aab1
-rw-r--r--lkft-master-hikey9
-rw-r--r--lkft-master-hikey96010
2 files changed, 19 insertions, 0 deletions
diff --git a/lkft-master-hikey b/lkft-master-hikey
new file mode 100644
index 00000000..cc3a756e
--- /dev/null
+++ b/lkft-master-hikey
@@ -0,0 +1,9 @@
+MANIFEST_REPO=https://android.googlesource.com/platform/manifest.git
+MANIFEST_BRANCH=master
+MANIFEST_FILENAME=default.xml
+LOCAL_MANIFEST=https://android-git.linaro.org/git/platform/manifest.git
+LOCAL_MANIFEST_BRANCH=linaro-lkft-aosp-master
+TARGET_PRODUCT=hikey
+MAKE_TARGETS="droidcore"
+HOOK_PRE_ANDROID_BUILD="build-hikey960-fetch-vendor-pacakge.sh"
+PUBLISH_FILES="boot.img ramdisk-debug.img ramdisk.img system.img vendor.img userdata.img"
diff --git a/lkft-master-hikey960 b/lkft-master-hikey960
new file mode 100644
index 00000000..8f8da836
--- /dev/null
+++ b/lkft-master-hikey960
@@ -0,0 +1,10 @@
+MANIFEST_REPO=https://android.googlesource.com/platform/manifest.git
+MANIFEST_BRANCH=master
+MANIFEST_FILENAME=default.xml
+LOCAL_MANIFEST=https://android-git.linaro.org/git/platform/manifest.git
+LOCAL_MANIFEST_BRANCH=linaro-lkft-aosp-master
+PATCHSETS="hikey960-master-workarounds"
+TARGET_PRODUCT=hikey960
+MAKE_TARGETS="droidcore"
+HOOK_PRE_ANDROID_BUILD="build-hikey960-fetch-vendor-pacakge.sh"
+PUBLISH_FILES="boot.img ramdisk-debug.img ramdisk.img system.img system_ext.img vendor.img userdata.img super.img product.img"