time ninja -C $OUT_DIR -t targets all \Daniel Anguloif we replace all with
```
BUILD_TARGETS=all
if (partition_alloc)
BUILD_TARGETS = base/allocator/partition_allocator:partition_alloc
```could we reuse the build command? I'm not sure what the grep is doing but I think it is removing a couple compile targets but that shouldn't hurt PA and then we keep all our logic about getconf ARG_MAX etc.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if [ "$TOOL_ARG" = "--project=partition_alloc" ];Can we just move BUILD_TARGETS to the top and set it at the same time we set TOOL_ARG?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Can we just move BUILD_TARGETS to the top and set it at the same time we set TOOL_ARG?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |