diff options
| author | 2020-06-11 00:35:03 +0900 | |
|---|---|---|
| committer | 2020-06-11 00:35:03 +0900 | |
| commit | 9e83f0b5313b0500d4ab8ce2f727ff7cdea38505 (patch) | |
| tree | 68752be11a3d653ba03945ac001a5cd329f6f712 /python/python.go | |
| parent | 8b1531e7dfc2ca784d0d8536a019891f06b9aaf4 (diff) | |
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.
Bug: 157886942
Test: m (test added)
Change-Id: Id22c20d42effce539fab10b0d349bf340d467f02
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions