platform_build_soong/apex
Jiyong Park e26a63e2fd Fix type assertion error regarding dex_import
Ida6f7bb784efe74cc1fa0e8d370eaee803f08b0f made it possible to add
dex_import modules into apex, but that change had a bug. When creating
Android.mk for the dex_import module, the code executed an unchecked
type assertion to convert java.DexImport to java.Dependency, which
cannot be successful. This change fixes the bug by doing a checked type
assertion instead.

Exempt-From-Owner-Approval: cp from AOSP

Bug: 157886942
Test: m (test added)
Merged-In: Id22c20d42effce539fab10b0d349bf340d467f02
(cherry picked from commit 9e83f0b531)
Change-Id: Id22c20d42effce539fab10b0d349bf340d467f02
2020-06-11 09:47:16 +09:00
..
Android.bp Soong package structure refactoring 2020-06-02 14:35:04 -07: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 Fix type assertion error regarding dex_import 2020-06-11 09:47:16 +09:00
apex.go Cherrypick aosp/1318079 and aosp/1324841 2020-06-05 15:39:38 -07:00
apex_singleton.go Generate combined deps-info for all updatable modules. 2020-05-27 17:51:18 +01:00
apex_test.go Fix type assertion error regarding dex_import 2020-06-11 09:47:16 +09:00
builder.go Cherrypick aosp/1318079 and aosp/1324841 2020-06-05 15:39:38 -07:00
key.go Include partition tag in apexkeys.txt. 2020-04-02 17:15:47 +00:00
prebuilt.go Add apex_set module. 2020-05-16 00:37:36 +00:00
vndk.go Fix dex2oat symlink now that we generate dex2oat32/dex2oat64. 2020-04-29 12:00:41 +01:00
vndk_test.go Add sdk mutator for native modules 2020-04-27 14:45:05 -07:00