diff options
| author | Nicolas Geoffray <ngeoffray@google.com> | 2017-11-02 10:29:44 +0000 |
|---|---|---|
| committer | Nicolas Geoffray <ngeoffray@google.com> | 2017-11-02 10:29:44 +0000 |
| commit | 709518380280350f1935da14d7f0b158cff93333 (patch) | |
| tree | 91a01df7eda86434206bb5f6344f5faa9093b248 /common | |
| parent | 6f1cc2c0b99498410c008254400a689b095dad68 (diff) | |
Add list of jars/apk loaded by privileged modules.
Those dependencies are jars/apks on which we want to
uncompress their dexs.
bug: 30972906
bug: 63920015
Test: sailfish build
Change-Id: I7d4418b0ed71a0f7953ebc09909a63d652ef9b24
Diffstat (limited to 'common')
| -rw-r--r-- | common/base.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/base.mk b/common/base.mk index 441d53c7..3468cb29 100644 --- a/common/base.mk +++ b/common/base.mk @@ -851,3 +851,13 @@ PRODUCT_DEXPREOPT_SPEED_APPS += \ SettingsGoogle \ NexusLauncherPrebuilt \ GoogleCamera \ + +PRODUCT_LOADED_BY_PRIVILEGED_MODULES += \ + qti-vzw-ims-internal \ + qcrilhook \ + ims \ + Stk \ + embmslibrary \ + datastatusnotification \ + VZWAPNLib \ + UserDictionaryProvider |
