raspberry-vanilla / android_local_manifest

136 stars 54 forks source link

build error on ubuntu 18.04 #52

Closed CharlesHe023 closed 9 months ago

CharlesHe023 commented 9 months ago

FAILED: out/target/product/rpi4/obj/MESON_LIBCAMERA/.build.timestamp /bin/bash -c "(rm -rf out/target/product/rpi4/obj/MESON_LIBCAMERA/ ) && (mkdir -p out/target/product/rpi4/obj/MESON_LIBCAMERA/ ) && (mkdir -p out/target/product/rpi4/obj/MESON_LIBCAMERA//build ) && (cp -r external/libcamera//* out/target/product/rpi4/obj/MESON_LIBCAMERA/ ) && (cd out/target/product/rpi4/obj/MESON_LIBCAMERA && PATH=/usr/bin:/usr/local/bin:\$PATH meson ./build --cross-file /disk/charles/opensource/android/rpi/rpi_android_13/out/target/product/rpi4/obj/MESON_LIBCAMERA_GEN/aosp_cross --buildtype=release -Dwerror=false -Dandroid=enabled -Dipas=raspberrypi -Dpipelines=raspberrypi -Dsysconfdir=/vendor/etc -Dtest=false ) && (PATH=/usr/bin:/bin:/sbin:\$PATH ninja -C out/target/product/rpi4/obj/MESON_LIBCAMERA/build ) && (touch out/target/product/rpi4/obj/MESON_LIBCAMERA/.build.timestamp )" "meson" is not allowed to be used. See https://android.googlesource.com/platform/build/+/master/Changes.md#PATH_Tools for more information.

KonstaT commented 9 months ago

Please follow the instructions on how to establish build environment including installing additional packages.

CharlesHe023 commented 9 months ago

Please follow the instructions on how to establish build environment including installing additional packages.

fixed after establish build environment, thanks.