Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f585ed04 authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

Use ApexInfo.moduleName

See another CL in the topic

Bug: 132428457
Test: builds
Change-Id: I87ba3fb539d0761c515adc8e2d2acc8dfc5e6a9a
Merged-In: If0bd3d368c7373ab0028211a8a4246a9821893af
parent 04077d07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@ public class PackageInfo implements Parcelable {
     * @hide
     */
    public PackageInfo(ApexInfo apexInfo) {
        packageName = apexInfo.packageName;
        packageName = apexInfo.moduleName;
        setLongVersionCode(apexInfo.versionCode);
        isApex = true;
    }