Files
build_soong/android
Jiyong Park d4a0063d3e Remove apex10000_private variants
When a library is included in two APEXes whose platform_apis settings
are different, two apex variants of the library is created: apex1000 and
apex1000_private.

This change was introduced with ag/15061306, especially by the commit
[1].

However, that part should be reverted because it actually creates
unnecessary variants. It's unnecessary because the two variants of the
library are compiled (excluding the linking) exactly the same. If a
private symbol of its dependency was actually used when compiling the
apex1000_private variant, then the other apex1000 variant wouldn't have
been built because that private symbol must have caused a linkage error.

[1] https://googleplex-android-review.git.corp.google.com/c/platform/build/soong/+/15061306/2..4/android/apex.go#b527).

Bug: 228785792
Test: m
Change-Id: Id58d3e98a51de5e628ca72ef86e9cd11b0ee8971
2022-04-12 12:23:20 +09:00
..
2022-04-06 14:48:32 +00:00
2022-04-12 12:23:20 +09:00
2022-04-12 12:23:20 +09:00
2022-04-06 14:48:32 +00:00
2022-03-07 14:56:33 -08:00
2022-03-07 14:56:33 -08:00
2022-04-06 15:26:15 -04:00
2021-03-17 16:35:13 +01:00
2021-08-27 10:08:49 +02:00
2022-03-25 18:30:49 -04:00
2021-12-08 15:08:59 -08:00
2021-12-13 13:33:15 -05:00
2021-03-02 20:17:19 +00:00
2022-03-09 18:16:36 +08:00
2022-04-04 16:42:46 -07:00
2021-09-23 11:37:57 +01:00
2021-12-01 17:43:00 +00:00
2021-12-01 17:43:00 +00:00
2021-09-23 11:37:57 +01:00
2022-02-07 10:17:35 -05:00