Files
build_soong/android
Jooyung Han 11b0fbdbf6 cc: fix version macro for stubs
When a cc module is built against a stub, compiler passes version macro
of the stub lib. Version macro should be numeric, so codenames or
"current" should be mapped to numbers just like how ndkstubgen maps to.

* "current" -> future (10000)
* codenames -> look up api_level.json
* otherwise -> cast to int

Bug: 179329813
Test: m / soong test / manually check the output build.ninja
Change-Id: Ic0e1dd904984e161694a0b77fad5559c06a4462f
2021-02-05 11:27:57 +09:00
..
2021-02-05 11:27:57 +09:00
2020-11-19 11:20:05 -08:00
2020-12-11 19:54:16 +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-02-03 10:01:39 +00:00
2020-12-01 16:22:16 -08:00
2021-01-07 14:34:00 -05:00
2020-12-17 10:02:56 -08:00
2020-12-17 10:02:56 -08:00
2021-01-15 18:14:10 +00:00