Files
build/core
Cole Faust d370a3f7bd Sort inherited products correctly
We pass the filename without the extension to
rblf.inherit(). Removing the extension changes the
sort order when one file's name is a prefix of another:

```
>>> sorted(["base", "base-secondary"])
['base', 'base-secondary']
>>> sorted(["base.mk", "base-secondary.mk"])
['base-secondary.mk', 'base.mk']
```

Correct the sort order so that global variables get
their correct ordering.

Bug: 229132189
Test: ./out/rbcrun ./build/make/tests/run.rbc
Change-Id: I22367eb49b33956b71ac1b966fe78c1308b94257
2022-04-18 17:18:08 -07:00
..
2018-03-20 15:47:45 -07:00
2022-03-22 09:25:58 -07:00
2018-06-21 10:12:23 -07:00
2022-04-13 15:49:56 -07:00
2020-04-18 21:00:18 -07:00
2020-06-08 16:36:52 -07:00
2021-04-02 10:24:48 -07:00
2020-03-05 20:46:47 +00:00
2018-08-29 17:33:29 +00:00
2020-06-10 17:18:13 -07:00
2022-04-13 15:49:56 -07:00
2022-03-17 13:55:15 -07:00
2020-06-08 16:36:52 -07:00
2020-05-27 19:37:03 -07:00
2019-09-18 16:23:04 +00:00
2022-04-12 18:57:15 -07:00
2022-02-28 18:01:35 -08:00