Files
build_soong/android
Paul Duffin 567465da8c Add (String)Path(s)RelativeToTop and assert functions
The existing NormalizePathForTesting function does not handle make
install paths very well, as it returns a relative path with a leading
"../" which is very confusing. It also does not clearly differentiate
between the different paths.

These functions return paths that are basically what are seen in a
normal developer build, i.e.
* <source path>
* out/soong/<soong output path>
* out/<make output path>

That makes tests that use them easier to understand.

Follow up changes will clean up the existing usages of the
Normalize... functions.

Bug: 182885307
Test: m nothing
Change-Id: I17ddc996bef5bbbf4a62da8334ea6ce29e306109
2021-03-16 12:23:56 +00:00
..
2021-02-26 23:01:50 +00:00
2021-03-13 16:02:30 +00:00
2021-02-05 11:27:57 +09:00
2021-03-08 08:27:58 +01:00
2021-02-26 23:01:50 +00:00
2021-03-13 16:02:30 +00:00
2020-06-04 01:26:16 +01:00
2020-10-22 10:26:26 -07:00
2021-01-07 17:19:27 -08:00
2021-01-21 02:21:23 +00:00
2021-03-02 20:17:19 +00:00
2021-02-03 10:01:39 +00:00
2020-12-01 16:22:16 -08:00
2021-03-09 09:37:53 +01:00
2020-12-17 10:02:56 -08:00
2020-12-17 10:02:56 -08:00
2021-03-11 08:37:01 +01:00