Hello.
I'm trying to port the Samsung Galaxy Tab 4 10.1 (matissewifi).
I took a manifest from someone who built lineageos 16 and I modified the BoardConfig as asked in the guide.
It builds well until building systemimage ( mka systemimage )
It throw me this error :
aquabx@TUF-Tom:~/halium/halium9$ mka systemimage
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=9
LINEAGE_VERSION=16.0-20230802-UNOFFICIAL-matissewifi
TARGET_PRODUCT=lineage_matissewifi
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=krait
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-Ubuntu-22.04.2-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=PQ3A.190801.002
OUT_DIR=/home/aquabx/halium/halium9/out
PRODUCT_SOONG_NAMESPACES=device/samsung/matisse-common hardware/qcom/audio-caf/msm8974 hardware/qcom/display-caf/msm8974 hardware/qcom/media-caf/msm8974
============================================
ninja: no work to do.
ninja: no work to do.
No need to regenerate ninja file
No need to regenerate ninja file
ninja: error: '/home/aquabx/halium/halium9/out/soong/host/linux-x86/bin/d8', needed by '/home/aquabx/halium/halium9/out/soong/.intermediates/frameworks/base/packages/EasterEgg/EasterEgg/android_common/dex/EasterEgg.jar', missing and no known rule to make it
00:28:36 ninja failed with: exit status 1
#### failed to build some targets (5 seconds) ####
I created a repo (https://github.com/AquaBx/matisse_halium/) with a dockerfile, the manifest and the patched kernel to replicate and to show what I did.
Thanks.