The product S/N could be YYR1444824301255, which is from the QR code on board.
Now I try to create framework.jar for Android from SDK downloaded from “http://dd.youyeetoo.cn:5000/sharing/DJsrySTVg”,
and do following steps:
Unzip the source code (on the Ubuntu host)
Compile (on Ubuntu host)
cd youyeetooR1-Android13
source build/envsetup.sh
lunch rk3588s_t-userdebug // youyeetooR1-userdebug
./build.sh -UKAu
I got the errors as below:
so.5: cannot open shared object file: No such file or directory
[ 0% 776/145941] bc: libclcore.bc <= frameworks/rs/driver/runtime/rs_core.c
FAILED: out/target/product/rk3588s_s/obj/RENDERSCRIPT_BITCODE/libclcore.bc_intermediates/rs_core.bc
/bin/bash -c “PWD=/proc/self/cwd prebuilts/clang/host/linux-x86/clang-3289846/bin/clang -Iframeworks/rs/script
_api/include -Iexternal/clang/lib/Headers -MD -DRS_VERSION=24 -std=c99 -c -O3 -fno-builtin -emit-llvm -target
renderscript64-linux-android -fsigned-char -Wno-deprecated -Werror -Werror -Wall -Wextra -Iframeworks/rs/cpu
_ref -DRS_DECLARE_EXPIRED_APIS -DARCH_ARM64_HAVE_NEON -x renderscript frameworks/rs/driver/runtime/rs_core.c
-o out/target/product/rk3588s_s/obj/RENDERSCRIPT_BITCODE/libclcore.bc_intermediates/rs_core.bc”
prebuilts/clang/host/linux-x86/clang-3289846/bin/clang.real: error while loading shared libraries: libncurses.
so.5: cannot open shared object file: No such file or directory
[ 0% 779/145941] bc: libclcore.bc <= frameworks/rs/driver/runtime/rs_element.c
FAILED: out/target/product/rk3588s_s/obj/RENDERSCRIPT_BITCODE/libclcore.bc_intermediates/rs_element.bc
/bin/bash -c “PWD=/proc/self/cwd prebuilts/clang/host/linux-x86/clang-3289846/bin/clang -Iframeworks/rs/script
_api/include -Iexternal/clang/lib/Headers -MD -DRS_VERSION=24 -std=c99 -c -O3 -fno-builtin -emit-llvm -target
renderscript64-linux-android -fsigned-char -Wno-deprecated -Werror -Werror -Wall -Wextra -Iframeworks/rs/cpu
_ref -DRS_DECLARE_EXPIRED_APIS -DARCH_ARM64_HAVE_NEON -x renderscript frameworks/rs/driver/runtime/rs_element
.c -o out/target/product/rk3588s_s/obj/RENDERSCRIPT_BITCODE/libclcore.bc_intermediates/rs_element.bc”
prebuilts/clang/host/linux-x86/clang-3289846/bin/clang.real: error while loading shared libraries: libncurses.
so.5: cannot open shared object file: No such file or directory
17:59:18 ninja failed with: exit status 1
avt@avtxu:~/r1_sdk$ source build/envsetup.sh
avt@avtxu:~/r1_sdk$ lunch R1-userdebug
In file included from build/make/core/config.mk:353:
In file included from build/make/core/envsetup.mk:354:
build/make/core/product_config.mk:228: error: Can not locate config makefile for product “R1”.
09:44:47 dumpvars failed with: exit status 1