commit | 2a77bfdeb5779de0c3a13ad09db6d0d772e16ce8 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jan 06 13:34:00 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jan 07 16:21:41 2020 +0900 |
tree | ca3d69d26281fb4fb90be212fe7ca2559d3608b7 | |
parent | 709a37533093a5a5aafa78d4e6d4c9b9fd2573ce [diff] |
Platform shouldn't directly link to jars in APEXes The non-updatable part of the platform shouldn't directly link to the boot jars in APEXes. Ensure this by 1) setting the visibility property for the boot jars so that they are not visible to non-APEX modules and 2) setting the apex_available property so that the boot jars are only built for the corresponding APEXes, but not for others. Bug: None Test: m Change-Id: I6130b64790b9892a60bc0704a5b60a0fffa89f34