Add $(build_number_file) support to genrules
Genrules that set uses_order_only_build_number_file: true will now have the ability to reference a $(build_number_file) label that will point to the build number file. It will also caused the build number file to be added as an order-only dependency, which will make it show up in the genrule sandbox. This is needed for converting make code that references the build number to soong, and for sandboxing the remaining unsandboxed genrules that reference the build number. Bug: 341873065 Test: m nothing --no-skip-soong-tests Change-Id: I9092cbb0eb39c5449a79f0ee40a4202262cef206
Loading
Please register or sign in to comment