OSDN Git Service

Valid APK paths now include expanded storage.
authorJeff Sharkey <jsharkey@android.com>
Mon, 6 Apr 2015 23:19:39 +0000 (16:19 -0700)
committerJeff Sharkey <jsharkey@android.com>
Tue, 7 Apr 2015 00:44:27 +0000 (17:44 -0700)
commit7d78005a27c9e4e9b19504521af59c0836ace7b1
tree260e2037a7be5bc8ea484b9e3cb940f0a94cc211
parent177861d98f0a44bb94c6d9a2fed176fa4a226dbf
Valid APK paths now include expanded storage.

Apps on expanded storage live at /mnt/expand/<uuid>/app/com.example,
so we need to relax one more directory level.

Bug: 19993667
Change-Id: I347ec7b92435ea69e632ed5d5fdfabe38ce0b56e
cmds/installd/commands.c
cmds/installd/installd.c
cmds/installd/installd.h
cmds/installd/utils.c