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

Commit d0bf573d authored by Alan Stokes's avatar Alan Stokes
Browse files

Simplify StagedApexInfo classpath info

Stop differentiating between the different ways an APEX can contribute
to derive_classpath - it makes no difference for the use cases, and it
doesn't scale if new environment variables are added.

Bug: 210472252
Test: atest ApexTestCases
Test: atest ComposTestCase
Change-Id: I8e66add5ba9a9494d8613a6cf59f78ffa82147f9
parent 8ea88c3a
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -27,7 +27,5 @@ parcelable StagedApexInfo {
  @utf8InCpp String diskImagePath;
  @utf8InCpp String diskImagePath;
  long versionCode;
  long versionCode;
  @utf8InCpp String versionName;
  @utf8InCpp String versionName;
  boolean hasBootClassPathJars;
  boolean hasClassPathJars;
  boolean hasDex2OatBootClassPathJars;
  boolean hasSystemServerClassPathJars;
}
}