platform_build_soong/apex
Jeongik Cha d5fe8782e0 SdkLibraryImport's DexJarInstallPath uses installPath from source module
Even though actual installed module path is the same as source module,
it uses impl's one.

Bug: 188179858
Bug: 193082464
Test: compare dexpreopt_config.zip files from
  1. TARGET_BUILD_UNBUNDLED_IMAGE=true m dexpreopt_config_zip
  2. m dexpreopt_config_zip
  (note that m clean should run between steps)
Test: build aosp_cf_x86_64_phone,  launch_cvd, and then
  adb wait-for-device \
      && adb root \
      && adb logcat \
      | grep -E 'ClassLoaderContext [a-z ]+ mismatch' -C 1
      and then check if there is no message.

Change-Id: I34ffd9a2d214a6614c2befc35b2beec003cfcd25
2021-07-13 13:54:03 +00:00
..
Android.bp Add partial bp2build support for APEX targets (second try). 2021-07-02 07:36:07 -04:00
androidmk.go Ignore cc.Module.HideFromMake when producing flattened apex Android.mk entries 2021-04-29 13:54:49 -07:00
apex.go Add partial bp2build support for APEX targets (second try). 2021-07-02 07:36:07 -04:00
apex_singleton.go Treat allowed_deps.txt source file as optional. 2021-03-18 11:15:33 +00:00
apex_test.go SdkLibraryImport's DexJarInstallPath uses installPath from source module 2021-07-13 13:54:03 +00:00
bootclasspath_fragment_test.go Calculate widest stub dex jars per module 2021-06-28 10:56:43 +01:00
builder.go Rename test_only_no_hashtree to generate_hashtree 2021-06-10 16:54:53 +01:00
classpath_element_test.go Add ClasspathElement support 2021-06-18 11:46:52 +01:00
deapexer.go Export boot image files from prebuilt_apex/apex_set 2021-06-17 23:05:43 +01:00
key.go Extract apex registration code into function for reuse 2021-03-09 23:03:40 +00:00
OWNERS Move allowed_deps.txt to packages/modules/common. 2021-03-17 13:44:16 +00:00
platform_bootclasspath_test.go Append platform classpath proto configs with missing apex jars. 2021-06-22 20:03:54 +01:00
prebuilt.go Ignore license and similar dependencies of prebuilt_apex/apex_set 2021-06-30 00:08:49 +01:00
systemserver_classpath_fragment_test.go Add classpath fragment property to skip proto generation. 2021-06-17 12:59:33 +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