summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-11-19 20:36:01 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-11-19 20:36:01 +0800
commit1a2b2b29f71585b967809f21b2de8b797b79cfb2 (patch)
treed2e1ab36e6f0ef2e9b9bf2e59f0e780351392081
parente4d60031858ca16364fcb2382ee2735d86e98fd3 (diff)
downloadlinaro-prebuilts-1a2b2b29f71585b967809f21b2de8b797b79cfb2.tar.gz
host: add lpmake and build_super_image for recreating super.img file
with new ko files integrated for db845c builds Change-Id: I2b6f937e45f6550b9bc84035371e6d7feb50b01e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xhost/bin/build_super_imagebin0 -> 28133454 bytes
-rwxr-xr-xhost/bin/lpmakebin0 -> 517000 bytes
-rwxr-xr-xhost/lib64/libbase.sobin0 -> 2742656 bytes
-rwxr-xr-xhost/lib64/libcrypto-host.sobin0 -> 5970192 bytes
-rwxr-xr-xhost/lib64/libcrypto_utils.sobin0 -> 22520 bytes
-rwxr-xr-xhost/lib64/libext4_utils.sobin0 -> 47608 bytes
-rwxr-xr-xhost/lib64/liblog.sobin0 -> 702544 bytes
-rwxr-xr-xhost/lib64/liblp.sobin0 -> 2245672 bytes
-rwxr-xr-xhost/lib64/libsparse-host.sobin0 -> 140936 bytes
-rwxr-xr-xhost/lib64/libz-host.sobin0 -> 295976 bytes
-rw-r--r--host/source.txt14
11 files changed, 14 insertions, 0 deletions
diff --git a/host/bin/build_super_image b/host/bin/build_super_image
new file mode 100755
index 0000000..f43caa7
--- /dev/null
+++ b/host/bin/build_super_image
Binary files differ
diff --git a/host/bin/lpmake b/host/bin/lpmake
new file mode 100755
index 0000000..ac0555d
--- /dev/null
+++ b/host/bin/lpmake
Binary files differ
diff --git a/host/lib64/libbase.so b/host/lib64/libbase.so
new file mode 100755
index 0000000..22dcf36
--- /dev/null
+++ b/host/lib64/libbase.so
Binary files differ
diff --git a/host/lib64/libcrypto-host.so b/host/lib64/libcrypto-host.so
new file mode 100755
index 0000000..95a76b1
--- /dev/null
+++ b/host/lib64/libcrypto-host.so
Binary files differ
diff --git a/host/lib64/libcrypto_utils.so b/host/lib64/libcrypto_utils.so
new file mode 100755
index 0000000..04c5d11
--- /dev/null
+++ b/host/lib64/libcrypto_utils.so
Binary files differ
diff --git a/host/lib64/libext4_utils.so b/host/lib64/libext4_utils.so
new file mode 100755
index 0000000..f61df08
--- /dev/null
+++ b/host/lib64/libext4_utils.so
Binary files differ
diff --git a/host/lib64/liblog.so b/host/lib64/liblog.so
new file mode 100755
index 0000000..b18dc06
--- /dev/null
+++ b/host/lib64/liblog.so
Binary files differ
diff --git a/host/lib64/liblp.so b/host/lib64/liblp.so
new file mode 100755
index 0000000..27fa1a0
--- /dev/null
+++ b/host/lib64/liblp.so
Binary files differ
diff --git a/host/lib64/libsparse-host.so b/host/lib64/libsparse-host.so
new file mode 100755
index 0000000..562d195
--- /dev/null
+++ b/host/lib64/libsparse-host.so
Binary files differ
diff --git a/host/lib64/libz-host.so b/host/lib64/libz-host.so
new file mode 100755
index 0000000..f1538c4
--- /dev/null
+++ b/host/lib64/libz-host.so
Binary files differ
diff --git a/host/source.txt b/host/source.txt
index 533c9a4..ad70b21 100644
--- a/host/source.txt
+++ b/host/source.txt
@@ -18,3 +18,17 @@ mkdtimg
https://android-git.linaro.org/device/linaro/hikey.git/plain/installer/hikey960/mkdtimg?id=5d080802a739760417b7a9e0b4a0fe013d308f84
mkbootimg
git clone https://android.googlesource.com/platform/system/core origin/pie-release-2
+
+lpmake & build_super_image for super.img
+ added from aosp master
+ build_super_image from https://android.googlesource.com/platform/build/+/refs/heads/master/tools/releasetools/
+ lpmake from: https://android.googlesource.com/platform/system/extras/+/refs/heads/master/partition_tools/
+ so files required by lpmake:
+ libbase.so
+ libcrypto-host.so
+ libcrypto_utils.so
+ libext4_utils.so
+ liblog.so
+ liblp.so
+ libsparse-host.so
+ libz-host.so