platform_build_soong/apex
Jooyung Han 1724d58a91 apex_vndk doen't need stub variants
This was revealed by the new check added in
Ib3c6efd16bdf13b59f79be66d4f9dba49100f6cc.

This was okay since the old implementation relied on the fact that impl
variant comes before stub variants.

To make the new check happy and keep the intention explicit, stub
variants are not added to VNDK apex.

Bug: 191770320
Test: m (apex_test)
Change-Id: I455f2c9b6bc471c579379286c0198f36d325adf6
2022-12-21 10:17:44 +09:00
..
Android.bp Export default apex version from updatable_modules.go to Bazel's 2022-08-02 10:11:36 +00:00
androidmk.go Streamline AndroidMk generation 2022-12-12 18:06:49 -08:00
apex.go Check for duplicate bundled files from different modules. 2022-12-21 10:15:37 +09:00
apex_sdk_member.go Add apexes property to sdk 2022-07-06 15:58:43 +00:00
apex_singleton.go Merge "Update error message for new policy." am: bf49705608 am: 775f9e37c7 2021-08-04 10:20:47 +00:00
apex_test.go apex_vndk doen't need stub variants 2022-12-21 10:17:44 +09:00
bootclasspath_fragment_test.go Check for duplicate bundled files from different modules. 2022-12-21 10:15:37 +09:00
bp2build.go Reformat build/soong for go 1.19 2022-08-17 10:43:13 -07:00
bp2build_test.go mixed builds: Make apex's GetBazelLabel return the label of the override_apex, if applicable. 2022-12-20 07:35:20 +00:00
builder.go Vendor apex sets "vndkVersion" when it uses vndk libs 2022-12-08 09:42:03 +09:00
classpath_element_test.go bootclasspath_fragment: Require at least one hidden_api package property 2022-05-27 16:27:50 +01:00
deapexer.go Fix deapexer usage in prebuilt_apex/apex_set 2022-12-12 17:40:26 +00:00
key.go Introduce BazelStringOrLabelFromProp. 2022-10-20 14:57:37 +00:00
OWNERS
platform_bootclasspath_test.go bootclasspath_fragment: Require at least one hidden_api package property 2022-05-27 16:27:50 +01:00
prebuilt.go Allow building against prerelease prebuilt APEXes 2022-12-12 18:00:47 +00:00
systemserver_classpath_fragment_test.go Add entries for STANDALONE_SYSTEMSERVER_JARS to systemserverclasspath.pb 2021-11-30 10:51:10 +00:00
TEST_MAPPING
testing.go Surface Java APIs Used By APK-only Modules. 2022-04-05 21:28:29 +00:00
vndk.go Remove the compat symlinks to ART binaries. 2021-12-14 17:56:26 +00:00
vndk_test.go Remove obsolete notice property. 2022-07-29 17:54:40 +00:00