platform_build_soong/apex
Jooyung Han 03b5185b88 apex: choose stub according to min_sdk_version
Native modules within APEX should be linked with proper stub version
according to its min_sdk_version.

For example, when min_sdk_version is set to "29", libfoo in the apex
would be linked to libbar of version 29 from platform, even if it has
a newer version like 30.

Bug: 145796956
Test: m nothing (soong tests)
Change-Id: I4a0b2002587bc24b7deeb5d59b6eeba5e1db5b1f
2020-03-07 03:12:45 +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 Only dist apex sizes for checkbuild 2020-02-27 00:58:50 +00:00
apex.go apex: choose stub according to min_sdk_version 2020-03-07 03:12:45 +09:00
apex_test.go apex: choose stub according to min_sdk_version 2020-03-07 03:12:45 +09:00
builder.go PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES is applicable to override_apex 2020-03-04 12:03:59 +09:00
key.go Introduce module type 'sdk' 2019-09-22 08:21:27 +09:00
prebuilt.go Add compat symlinks for prebuilt_apex 2020-01-08 01:57:58 +09:00
vndk.go Add compat symlinks for prebuilt_apex 2020-01-08 01:57:58 +09:00
vndk_test.go Make apex use cc.GatherRequiredDepsForTests 2020-02-19 19:07:11 -08:00