I saw this message - "*Important: Platform development on MacOS isn't supported as of June 22, 2021.*" when attempting to pull down AOSP on MacOS to build the platform/build tools.
I set it up via: repo init -u https://android.googlesource.com/platform/manifest -b master -g default,tools repo sync -c -j8 source build/envsetup.sh lunch sdk-eng make LOCAL_MULTILIB=64 USE_NINJA=false aapt Is there an expected path of building just the tools (platform & build) with that announcement? It is getting tougher and tougher to build these platform/build tools on each release and not sure if I'm making something more difficult than it should be. Running into error after error attempting a build leads me to believe I'm not doing this right. FAILED: out/soong/build.ninja cd "$(dirname "out/soong/.bootstrap/bin/soong_build")" && BUILDER="$PWD/$(basename "out/soong/.bootstrap/bin/soong_build")" && cd / && env -i "$BUILDER" --top "$TOP" --out "out/soong" -n "out" -d "out/soong/build.ninja.d" -t -l out/.module_paths/Android.bp.list -globFile out/soong/.bootstrap/build-globs.ninja -o out/soong/build.ninja --available_env out/soong/soong.environment.available --used_env out/soong/soong.environment.used Android.bp error: system/bt/vendor_libs/test_vendor_lib/Android.bp:100:1: module "test-vendor_test_host" variant "darwin_x86_64": depends on disabled module "libbluetooth_headers" error: system/bt/vendor_libs/test_vendor_lib/Android.bp:100:1: module "test-vendor_test_host" variant "darwin_x86_64": depends on disabled module "libbt-rootcanal-types" error: system/bt/vendor_libs/test_vendor_lib/Android.bp:100:1: module "test-vendor_test_host" variant "darwin_x86_64": depends on disabled module "libbt-rootcanal" 05:49:56 soong bootstrap failed with: exit status 1 ninja: build stopped: subcommand failed. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/d75138dd-5c6d-4e4c-8111-60eafd0ff8b1n%40googlegroups.com.
