mirror of
https://github.com/revanced/smali.git
synced 2025-05-11 11:54:29 +02:00

In api 28, the vdex files in, e.g. the framework/arm directory are actually just sym links to a shared vdex file in the framework directory. However, the sym links use an absolute path, and so they don't resolve correctly in the loop mounted system image. As a simple workaround, we'll just search upward one directory in the path if the vdex file can't be resolved.