Increase the level of depth of apk paths
We are updating apps' apk path to have a two-level structure. Default apk path of an installed app: Before: /data/app/[packageName]-[randomString]/base.apk After: /data/app/[randomStringA]/[packageName]-[randomStringB]/base.apk This CL increases the valid level of depth for apk paths. Test: atest installd_utils_test CtsCompilationTestCases Change-Id: I9e4a80301fbce37e4297ed743a65db1b7f1cf0a4
Loading
Please register or sign in to comment