76fdd67f9f
Generally, when building system images from prebuilt APEXes the APEXes should be released versions and the build ensures that is the case when extracting .apex files from prebuilt .apks files. However, it is useful to test building against prebuilt APEXes before finalization to flush out any issues early on. Previously, the build would fail in that case. This change adds support for using the SOONG_ALLOW_PRERELEASE_APEXES environment variable to allow prerelease APEXes to be suppported. Bug: 259958590 Test: m MODULE_BUILD_FROM_SOURCE=false droid # Above fails because it could not find non-prelease APEXes in the # prebuilt .apks files. m SOONG_ALLOW_PRERELEASE_APEXES=true MODULE_BUILD_FROM_SOURCE=false droid # Above works. Change-Id: I20b8e5db0b9fd2a21434be25652195fae929bd3f |
||
---|---|---|
.. | ||
Android.bp | ||
androidmk.go | ||
apex.go | ||
apex_sdk_member.go | ||
apex_singleton.go | ||
apex_test.go | ||
bootclasspath_fragment_test.go | ||
bp2build.go | ||
builder.go | ||
classpath_element_test.go | ||
deapexer.go | ||
key.go | ||
OWNERS | ||
platform_bootclasspath_test.go | ||
prebuilt.go | ||
systemserver_classpath_fragment_test.go | ||
TEST_MAPPING | ||
testing.go | ||
vndk.go | ||
vndk_test.go |