commit | 89f35a1f5a52262edcc118f1e904346d5a18dc09 | [log] [tgz] |
---|---|---|
author | John Bauman <jbauman@google.com> | Wed Jul 17 17:00:45 2024 +0000 |
committer | John Bauman <jbauman@google.com> | Wed Jul 17 17:02:35 2024 +0000 |
tree | 9527dcbcea9226ae2148a9337c64fc7800d0226d | |
parent | beea2f736af2710e0bc1f5045aeb3e8bf931e342 [diff] |
Fix multi-install on BOARD_USES_VENDORIMAGE=false Vendor apexes will have a realpath under /system/vendor if BOARD_USES_VENDORIMAGE=false, since /vendor is a symlink to /system/vendor. system/apex/apexd/apexd_vendor_apex.cpp already handles that case correctly, so we should update the multi-install code to do the same check. Change-Id: I18e836e052cdca7e71888d46bca7309240fab545