commit | 59c21036b2e36f2ec0ac35aebe0c6e97539efef8 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Mar 02 13:05:03 2021 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri Mar 05 13:58:30 2021 +0000 |
tree | cf79499394e87a968dc9a5fca9112de87cf66535 | |
parent | 6a5a5b68647926ce9359607c216e010c4c0b40a1 [diff] |
Support /system/system_ext/framework jars with hiddenapi. When devices ship without a /system_ext partition, we create /system/system_ext and add a symlink from /system_ext. However, the path ART gets is the full resolved path, so we need to account for it. Also rename LocationIsOnModule to LocationIsOn, as the method has nothing to do with modules (anymore?). Cleanup hidden_api_test.cc Bug: 180943021 Test: hidden_api_test Change-Id: Ib3bf65da73248a80f76b8a8a5ed5e004c8716851