OSDN Git Service

Reconcile secondary dex paths when compiling with adb shell cmd...
authorCalin Juravle <calin@google.com>
Thu, 6 Apr 2017 16:41:52 +0000 (09:41 -0700)
committerCalin Juravle <calin@google.com>
Thu, 6 Apr 2017 16:43:20 +0000 (09:43 -0700)
commit13dcd27fb54546d33fa949ec9e7b81fc973ecb88
tree40d0f00f57181f1aa32607a2a5035b702e74dddd
parent0ff1b458ac58fb93cab5d11e19867beab4cfa988
Reconcile secondary dex paths when compiling with adb shell cmd...

Test: running `adb shell cmd package compile -r bg-dexopt -f  --secondary-dex com.google.android.gms` prints no error for missing dex files.

Bug: 36895499
Change-Id: Ibde3d47121dcb2c252fe29772d8db81ea599b2d0
services/core/java/com/android/server/pm/PackageManagerService.java