Files
build_soong/cc
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-05 09:06:49 +09:00
2022-10-05 09:06:49 +09:00
2022-01-26 17:46:33 +08:00
2022-08-17 10:43:13 -07:00
2022-05-09 19:36:04 +01:00
2022-10-04 14:42:02 +09:00
2022-10-03 20:10:08 +00:00
2022-05-05 16:36:56 +01:00
2022-03-04 14:07:53 -08:00
2022-08-17 10:43:13 -07:00
2022-08-17 10:43:13 -07:00
2022-05-05 16:36:56 +01:00
2022-10-22 02:26:30 +00:00
2022-06-24 13:45:32 +00:00
2021-04-26 18:41:00 -07:00
2022-09-16 12:41:47 -04:00
2022-09-30 19:32:48 -07:00
2022-08-31 19:40:22 +00:00
2021-07-21 20:37:46 -07:00
2021-07-19 11:42:32 +09:00
2021-06-10 05:22:50 +00:00
2022-10-06 15:24:11 +00:00
2022-10-05 16:10:40 -07:00
2022-04-25 16:00:17 -04:00
2022-07-29 17:54:40 +00:00