platform_build_soong/apex
Jiakai Zhang ca9bc98e0c Preopt APEX system server jars.
The path to the artifacts will in the form of
/system/framework/oat/<arch>/<encoded-jar-path>@classes.{odex,vdex,art},
where <encoded-jar-path> is the path to the jar file with "/" replaced
by "@". For example,
/system/framework/oat/x86_64/apex@com.android.art@javalib@service-art.jar@classes.odex

There will be a follow-up CL to update ART runtime to recognize
artifacts in that path.

Test: m com.android.art
Bug: 194150908
Change-Id: Ic89fd63c4b1cd565684cead83fc91dae3bc97a4c
2021-09-15 09:01:07 +00:00
..
Android.bp Add partial bp2build support for APEX targets (second try). 2021-07-02 07:36:07 -04:00
androidmk.go Relax restriction on suffix of apex_set filename to include .capex 2021-09-08 18:29:47 +01:00
apex.go Preopt APEX system server jars. 2021-09-15 09:01:07 +00:00
apex_singleton.go Update error message for new policy. 2021-08-03 14:40:46 +01:00
apex_test.go Relax restriction on suffix of apex_set filename to include .capex 2021-09-08 18:29:47 +01:00
bootclasspath_fragment_test.go Fix tests to use correct fixtures for configuring (Apex)BootJars. 2021-08-10 15:35:52 +01:00
builder.go Add system/sepolicy/apex to bp2build allowlist 2021-09-14 18:00:22 -04:00
classpath_element_test.go Make sure that classpath fragment contents appear in make vars. 2021-08-16 12:00:25 +01:00
deapexer.go Export boot image files from prebuilt_apex/apex_set 2021-06-17 23:05:43 +01:00
key.go Don't create a new module for bp2build conversion. 2021-08-17 15:57:09 -04:00
OWNERS Move allowed_deps.txt to packages/modules/common. 2021-03-17 13:44:16 +00:00
platform_bootclasspath_test.go Make sure that classpath fragment contents appear in make vars. 2021-08-16 12:00:25 +01:00
prebuilt.go Relax restriction on suffix of apex_set filename to include .capex 2021-09-08 18:29:47 +01:00
systemserver_classpath_fragment_test.go Make sure that classpath fragment contents appear in make vars. 2021-08-16 12:00:25 +01:00
TEST_MAPPING Add TEST_MAPPING for build/soong/apex 2019-08-07 17:33:24 +09:00
testing.go bootclasspath_fragment: Add contents to snapshot 2021-04-21 23:54:22 +01:00
vndk.go Remove global state from VNDK apexes 2021-03-02 12:23:16 -08:00
vndk_test.go Don't use incorrect version names like VER or BOARD even in tests 2021-04-05 09:32:06 +09:00