platform_build_soong/apex
Paul Duffin eedf3f1f4a Move prebuilts mutators after defaults have been applied
A follow up change will add a mechanism for a module to register a hook
that is called after any defaults have been applied. That is intended
for use by modules like java_sdk_library that create child modules that
are dependent upon properties that could be supplied by defaults.

Creating those child modules after prebuilts mutators are run will
cause problems if those child modules clash with prebuilts modules.
Moving the prebuilts mutators after the defaults mutators will fix
that.

Tests are currently being run with the mutators in different orders so
this change also cleans that up so they are consistent with the actual
code that is being run.

Bug: 155295806
Test: m checkbuild
Merged-In: I825c6df09058fb3a45db196661959eb332aca2f3
Change-Id: I825c6df09058fb3a45db196661959eb332aca2f3
(cherry picked from commit c988c8e202)
2020-05-07 11:36:44 +01:00
..
androidmk.go Add code coverage support to android_app JNI libs. 2020-03-27 13:06:12 +00:00
apex.go Remove networkstack-aidl-interfaces-unstable-java from the whitelist 2020-05-06 05:20:13 +00:00
apex_test.go Move prebuilts mutators after defaults have been applied 2020-05-07 11:36:44 +01:00
builder.go Introduce min_sdk_version to deps info. 2020-05-06 15:01:14 +00:00
key.go Include partition tag in apexkeys.txt. 2020-04-02 17:15:47 +00:00
OWNERS Expand Jiyong's apex OWNERship 2019-01-31 18:57:00 +00:00
prebuilt.go Add compat symlinks for prebuilt_apex 2020-01-08 01:57:58 +09:00
TEST_MAPPING Add TEST_MAPPING for build/soong/apex 2019-08-07 17:33:24 +09:00
vndk.go Fix dex2oat symlink now that we generate dex2oat32/dex2oat64. 2020-04-29 12:00:41 +01:00
vndk_test.go Add sdk mutator for native modules 2020-04-27 14:45:05 -07:00