Files
build_soong/android
Spandan Das c6c10fa34f Do not register missing deps
This is a fix to aosp/2260763 and skips the existence check corectly.
Previously, it would not throw an exception during Soong analysis, but
would add the path to a `MissingDeps` object. The ninja graph generated
using this would throw an exception during ninja execution.

We should not do this check for `cc_api_library`. The prebuilt
library.so is missing in the build graph of the inner tree (expected),
but it will be present when the orchestrator creates the combined
multi-tree ninja graph.

Test: rm -rf out && multitree_build vendor/vendorimage
(I did not clean out/ in aosp/2260763, and therefore did not catch this
earlier)
Test: go test ./cc

Change-Id: I68d245acae3bfb777bfc8a72fb7cd4909cb0a289
2022-10-22 02:26:30 +00:00
..
2022-10-03 08:43:13 -07:00
2022-10-03 08:43:13 -07:00
2022-09-26 14:44:15 -04:00
2021-03-17 16:35:13 +01:00
2022-10-06 11:01:59 +01:00
2022-08-01 16:07:30 -04:00
2021-12-08 15:08:59 -08:00
2021-12-13 13:33:15 -05:00
2022-10-22 02:26:30 +00:00
2021-09-23 11:37:57 +01:00
2021-12-01 17:43:00 +00:00
2022-09-26 18:28:56 +01:00
2022-10-06 10:24:47 +01:00
2022-10-06 11:06:51 +01:00
2022-05-18 16:38:19 -07:00