V8Android icon indicating copy to clipboard operation
V8Android copied to clipboard

不好意思提错issue了

Open liuwei110 opened this issue 2 years ago • 0 comments

at v8/build/install-build-deps.sh.rej --- build/install-build-deps.sh +++ build/install-build-deps.sh @@ -570,9 +570,9 @@ fi if package_exists libinput-dev; then dev_list="${dev_list} libinput-dev" fi -if package_exists snapcraft; then

  • dev_list="${dev_list} snapcraft" -fi +# if package_exists snapcraft; then +# dev_list="${dev_list} snapcraft" +# fi

Cross-toolchain strip is needed for building the sysroots.

if package_exists binutils-arm-linux-gnueabihf; then

liuwei110 avatar Jan 05 '24 10:01 liuwei110