-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base: fix pm cache directory invalidate on new builds
This was before in PackageManagerService.jave like final String cacheName = FORCE_PACKAGE_PARSED_CACHE_ENABLED ? "debug" : SystemProperties.digestOf(ro.build.date.utc); Now they switched to PackagePartitions.FINGERPRINT which broke the invalidate of the cache for new builds also add a missed usage of changed fingerprint in StorageEventHelper.java Change-Id: I6cca07659a8e7a4f99ed58761dc727e0e5e20ef8
- Loading branch information
1 parent
52c2116
commit f8842ae
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters