diff options
author | dhacker29 <dhackerdvm@gmail.com> | 2014-05-02 20:20:39 -0400 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2014-05-05 02:45:10 +0300 |
commit | 942bf85d3cce81125e403725618d81f3510d8aaa (patch) | |
tree | c48de128a9153a75aeda7a1b59a941e835f4da21 /config | |
parent | 3c66bbb861ae3f7fc005390d5cb139186b87d8fc (diff) | |
download | vendor_replicant-942bf85d3cce81125e403725618d81f3510d8aaa.zip vendor_replicant-942bf85d3cce81125e403725618d81f3510d8aaa.tar.gz vendor_replicant-942bf85d3cce81125e403725618d81f3510d8aaa.tar.bz2 |
cm-11 themes: Build new ThemesProvider
Change-Id: Ia309407d94ceb38d56b899d1801944d5bda1acda
Diffstat (limited to 'config')
-rw-r--r-- | config/themes_common.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/themes_common.mk b/config/themes_common.mk index a392a01..4720c96 100644 --- a/config/themes_common.mk +++ b/config/themes_common.mk @@ -1,9 +1,8 @@ -# T-Mobile theme engine +# Theme engine PRODUCT_PACKAGES += \ - ThemeManager \ - ThemeChooser \ - com.tmobile.themes + ThemeChooser \ + ThemesProvider PRODUCT_COPY_FILES += \ - vendor/cm/config/permissions/com.tmobile.software.themes.xml:system/etc/permissions/com.tmobile.software.themes.xml \ - vendor/cm/config/permissions/org.cyanogenmod.theme.xml:system/etc/permissions/org.cyanogenmod.theme.xml + vendor/cm/config/permissions/com.tmobile.software.themes.xml:system/etc/permissions/com.tmobile.software.themes.xml \ + vendor/cm/config/permissions/org.cyanogenmod.theme.xml:system/etc/permissions/org.cyanogenmod.theme.xml |