Two basics options:
- You can disable the Zygote at startup (add the "disabled" parameter to
the service's description in init.rc.)
- Build and run "tiny android": $ BUILD_TINY_ANDROID=true make 虻4
To unsubscribe from this group and stop receiving emails from it, send an email to android-platform+unsubscribe@googlegroups.com.
To post to this group, send email to android-platform@googlegroups.com.
Visit this group at https://groups.google.com/group/android-platform.
For more options, visit https://groups.google.com/d/optout.
Hi KarimI was following steps from here https://github.com/gibsson/headless-androidand ran into the error below when executed "make"============================================[38/38] bootstrap out/soong/.minibootstrap/build.ninja.in[4/4] cp out/soong/.bootstrap/bin/bpglob[331/332] glob vendor/*/*/Android.bp[40/40] out/soong/.bootstrap/bin/soong_build out/soong/build.ninjaout/build-mini_headless.ninja is missing, regenerating...Checking build tools versions...build/core/dex_preopt.mk:69: warning: target `out/target/product/headless/dex_bootjars/system/framework/core' doesn't match the target patternbuild/core/dex_preopt.mk:69: error: target pattern contains no '%'.19:10:57 ckati failed with: exit status 1make: *** [run_soong_ui] Error 1#### make failed to build some targets (03:48 (mm:ss)) ####Do you have any idea why its failing