diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2015-01-07 14:45:10 -0800 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2015-02-24 01:25:34 +0000 |
commit | b9051dae41ed1305b7c1b284451ad7e127bac410 (patch) | |
tree | 198d9f4fdb60d087755886454f37da69bced7262 /target/product/core_minimal.mk | |
parent | 3d263d934b2a29249355e4180cf1a5e9a0ec0165 (diff) | |
download | build-b9051dae41ed1305b7c1b284451ad7e127bac410.zip build-b9051dae41ed1305b7c1b284451ad7e127bac410.tar.gz build-b9051dae41ed1305b7c1b284451ad7e127bac410.tar.bz2 |
Add IntentFilterVerifier to the build
- this is related to IntentFilter auto verification in Framework
Change-Id: Ifb318ff96e15054467d8cd150678d5ea740f221d
Diffstat (limited to 'target/product/core_minimal.mk')
-rw-r--r-- | target/product/core_minimal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index d1e5d81..7ecfb28 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -26,6 +26,7 @@ PRODUCT_PACKAGES += \ BackupRestoreConfirmation \ DownloadProvider \ HTMLViewer \ + IntentFilterVerifier \ MediaProvider \ PackageInstaller \ SettingsProvider \ |