From 30b4d37f804c60cb997c582d9f9314e34521d3de Mon Sep 17 00:00:00 2001 From: hong19860320 <9973393+hong19860320@users.noreply.github.com> Date: Fri, 8 May 2020 12:49:55 +0800 Subject: [PATCH] [Doc] Remove the full publish from MTK APU doc (#3570) (#3575) Remove the full publish from MTK APU doc --- docs/demo_guides/mediatek_apu.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/demo_guides/mediatek_apu.md b/docs/demo_guides/mediatek_apu.md index 6c37d04009..a175238eb3 100644 --- a/docs/demo_guides/mediatek_apu.md +++ b/docs/demo_guides/mediatek_apu.md @@ -160,7 +160,6 @@ $ tar -xvf apu_ddk.tar.gz ``` - 编译full_publish and tiny_publish for MT8168-P2V1 Tablet ```shell -$ ./lite/tools/build.sh --arm_os=android --arm_abi=armv8 --arm_lang=gcc --android_stl=c++_shared --build_extra=ON --with_log=ON --build_apu=ON --apu_ddk_root=./apu_ddk full_publish $ ./lite/tools/build.sh --arm_os=android --arm_abi=armv8 --arm_lang=gcc --android_stl=c++_shared --build_extra=ON --with_log=ON --build_apu=ON --apu_ddk_root=./apu_ddk tiny_publish ``` - 将编译生成的build.lite.android.armv8.gcc/inference_lite_lib.android.armv8.apu/cxx/include替换PaddleLite-android-demo/libs/PaddleLite/arm64-v8a/include目录; -- GitLab