mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-22 09:47:34 +01:00
48285bde03
Since all frameworks are decoded the same via readPackage(), reading a framework that was a sharedLibrary would throw the sharedLibrary flag for the apk. Since packageName isn't set until after the first decode, we check the values to make sure we only set this variable on the first apk decoded. Refs #936