platform_build_soong/sysprop
Paul Duffin 021f4e525f Fix prebuilt mutator ordering in tests
Previously, the prebuilt mutators were added by the
cc.RegisterRequiredBuildComponentsForTest() function as a convenience
but unfortunately it lead to some of the mutators being in a different
order in the tests than in the normal build.

This change:
* Extracts the RegisterPrebuiltMutators() call from
  cc.RegisterRequiredBuildComponentsForTest()
* Makes sure that the prebuilt mutators are registered before the
  visibility gatherer and enforcer mutators.

Bug: 162505935
Test: m nothing
Change-Id: I7d959b558200b502f0a5e4653c41ea01414e142a
2020-07-31 16:12:01 +01:00
..
Android.bp Soong package structure refactoring 2020-06-01 13:44:48 -07:00
sysprop_library.go apex/apk: enforce min_sdk_version of all deps 2020-06-24 02:00:33 +09:00
sysprop_test.go Fix prebuilt mutator ordering in tests 2020-07-31 16:12:01 +01:00