platform_build_soong/apex
Jooyung Han 40b286ceea apex: Don't run apex mutators if disabled
apex_deps/apex/apex_flattened mutators don't have to run if module is
disabled.

For some branches which have no valid targets, apex modules are disabled
by the os mutator. e.g. aosp-build-tools

Some enforcement checks which run during those mutators may fail because
build-environment doesn't provide full context information.

For example, "Platform_version_all_codenames" config variable is not
set while apex.min_sdk_version uses one of those codenames.

Bug: 152655956
Test: m
Merged-In: I47e27d2d025ba4c36534708b113ce77c4cb2397b
Change-Id: I47e27d2d025ba4c36534708b113ce77c4cb2397b
(cherry picked from commit 49f6701e9a)
2020-04-25 02:22:28 +09:00
..
OWNERS Expand Jiyong's apex OWNERship 2019-01-31 18:57:00 +00:00
TEST_MAPPING Add TEST_MAPPING for build/soong/apex 2019-08-07 17:33:24 +09:00
androidmk.go Add code coverage support to android_app JNI libs. 2020-03-27 13:06:12 +00:00
apex.go apex: Don't run apex mutators if disabled 2020-04-25 02:22:28 +09:00
apex_test.go apex: Don't run apex mutators if disabled 2020-04-25 02:22:28 +09:00
builder.go Allow walkPayloadDeps visitor to control walk flow 2020-04-22 12:51:48 +01:00
key.go Include partition tag in apexkeys.txt. 2020-04-02 17:15:47 +00:00
prebuilt.go Add compat symlinks for prebuilt_apex 2020-01-08 01:57:58 +09:00
vndk.go apex: remove compat symlinks to vndk apex 2020-04-14 14:22:31 +09:00
vndk_test.go Build VNDK APEX for VNDK-Lite 2020-03-27 23:23:32 +09:00