platform_build_soong/etc
Colin Cross 2f63457354 Avoid conflicts between architectures in prebuilt_renderscript_bitcode
The NDK build has 4 architectures, x86 and arm 32-bit architectures and
x86_64 and arm64 64-bit architectures.  Multilib on its own is not
enough to prevent collisions in install locations.  Detect conflicts
and add the architecture to the path the same way cc/installer.go does.

Bug: 308212344
Test: OUT_DIR=out build/soong/scripts/build-ndk-prebuilts.sh
Change-Id: If7a1b062035dda87f5f8129062778c41c43de17b
2023-11-13 12:12:06 -08:00
..
Android.bp Add install_symlink soong module type 2023-09-01 17:18:48 -07:00
install_symlink.go Add install_symlink soong module type 2023-09-01 17:18:48 -07:00
install_symlink_test.go Add install_symlink soong module type 2023-09-01 17:18:48 -07:00
prebuilt_etc.go Avoid conflicts between architectures in prebuilt_renderscript_bitcode 2023-11-13 12:12:06 -08:00
prebuilt_etc_test.go Add install_symlink soong module type 2023-09-01 17:18:48 -07:00
snapshot_etc.go Reformat build/soong for go 1.19 2022-08-17 10:43:13 -07:00
snapshot_etc_test.go