OSDN Git Service

Allow public profile compilation for primary apks
authorCalin Juravle <calin@google.com>
Thu, 1 Feb 2018 17:23:13 +0000 (17:23 +0000)
committerCalin Juravle <calin@google.com>
Fri, 2 Feb 2018 14:37:42 +0000 (14:37 +0000)
commitff3e4a1b2fb082e8146d00a41f702d0b00d9cab0
treebeedd81a8f65b561a9b1dcc813fdf610132a00f8
parentcc65194e8e5a284e915176200a846ec75c037d95
Allow public profile compilation for primary apks

It is ok to perform a "public" compilation with
profiles comming from dex metdata files.

Test: adb install foo.apk foo.dm
Bug: 30934496
Change-Id: I1d15e3281ccc61b19a2aafe3c885285a83ff6115
services/core/java/com/android/server/pm/PackageDexOptimizer.java