OSDN Git Service

pm: ignore restorecon failure
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 18 Oct 2018 07:47:19 +0000 (15:47 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 18 Oct 2018 07:47:19 +0000 (15:47 +0800)
commitfbeda34efd4009e43aee069b29b4f740219a7b9b
tree700d2dee9915c1aae5cc67994108495c2017cad8
parentd331df70d8501f1f4c6089961bd706f4950be4bb
pm: ignore restorecon failure

On the 9p filesystem, restorecon won't work. It causes apk can't be
installed. Just ignore the errors to workaround it.
services/core/java/com/android/server/pm/PackageInstallerService.java
services/core/java/com/android/server/pm/PackageManagerService.java