Android10系统定制配置fridaserver后台进程(Moto Z2 Force机型-libqsap_sdk问题)

Android10系统定制配置fridaserver后台进程(Moto Z2 Force机型-libqsap_sdk问题)

 

图片

图片

图片

Moto Z2 Force机型
https://wiki.lineageos.org/devices/nash/build
MSM Hardware:MSM8998

android_device_motorola_nash
android_kernel_motorola_msm8998
android_vendor_motorola_nash

图片

 

https://github.com/LineageOS/android_device_motorola_nash
git clone https://github.com/LineageOS/android_device_motorola_nash.git -b lineage-17.1
git clone git://github.com/LineageOS/android_device_motorola_nash.git -b lineage-17.1
git clone https://github.com/MoKee/android_device_motorola_nash.git -b mkq-mr1
git clone git://github.com/MoKee/android_device_motorola_nash.git -b mkq-mr1

https://github.com/LineageOS/android_kernel_motorola_msm8998
git clone https://github.com/LineageOS/android_kernel_motorola_msm8998.git -b lineage-17.1
git clone git://github.com/LineageOS/android_kernel_motorola_msm8998.git -b lineage-17.1

https://github.com/MoKee/android_vendor_motorola_nash
git clone https://github.com/MoKee/android_vendor_motorola_nash.git -b mkq-mr1
git clone git://github.com/MoKee/android_vendor_motorola_nash.git -b mkq-mr1

图片

图片

图片

图片

图片

device/motorola/nash/libshims/Android.mk: error: "libqsapshim (SHARED_LIBRARIES android-arm64) missing libqsap_sdk (SHARED_LIBRARIES android-arm64)" 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
device/motorola/nash/libshims/Android.mk: error: "libqsapshim (SHARED_LIBRARIES android-arm) missing libqsap_sdk (SHARED_LIBRARIES android-arm)" 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
build/make/core/main.mk:972: error: exiting from previous errors.
04:33:45 ckati failed with: exit status 1

图片

sudo apt install -y bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5 libncurses-dev libsdl1.2-dev libssl-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev
sudo apt install -y imagemagick libbz2-dev libssl-dev lzma ncftp bash-completion
sudo apt install -y python
sudo apt install -y openjdk-8-jdk

 

图片

图片

图片

图片

图片

图片

Guess you like

Origin blog.csdn.net/u011426115/article/details/122386996