Files
build_soong/cc
Spandan Das 2f68f1903a Drop module sdk MakeUninstallable special case
Platform variants of module sdk libraries were marked as uninstallable
originally in https://r.android.com/1974259. This special case is no
longer necesssary - android.MutateApexTransition will call
MakeUninstallable on the platform variant on both the source and
prebuilt soong modules when the following conditions are met
- //apex_available:platform is not listed in apex_available (explicitly
  or via the default implicit)
- the soong module is included in an apex that exists in the tree
  (listed in native_shared_libs)

Since MakeUninstallable is set by apex specific mutators, the relevant
unit test has been moved to the apex package. The Android.bp of the test
has also been extended with an apex that includes the shared library.

Test: m nothing --no-skip-soong-tests
Test: no diff in out/soong/Android-$product.mk
Test: added prebuilt_libdexfile to art's apex_contributions locally, no
diff in out/soong/Android-$product.mk

Bug: 220898484
Change-Id: I43a324882d486451bb921028853508d7ec3d76bf
2024-07-22 23:13:20 +00:00
..
2024-07-16 16:15:26 -07:00
2024-02-09 12:22:13 -08:00
2024-05-09 15:25:27 -07:00
2024-06-28 10:31:05 -07:00
2023-05-19 20:31:32 +00:00
2024-02-09 13:49:02 -08:00
2024-01-10 16:29:51 +09:00
2024-01-09 11:37:14 +09:00
2024-01-09 22:09:07 +00:00
2024-07-15 13:19:43 -07:00
2023-10-18 17:42:59 -07:00
2024-04-05 01:56:56 +00:00
2024-02-28 19:14:24 -08:00
2024-06-05 01:22:58 +00:00
2024-05-02 15:41:24 -07:00
2024-05-21 11:31:48 +08:00