lineage: Remove theme engine leftovers
Change-Id: Ife3fa6d6bfb5994fa120a959e6c5ba1faf6b2416
This commit is contained in:
parent
ad3a57032a
commit
366426fb12
4 changed files with 0 additions and 32 deletions
|
@ -9,7 +9,6 @@ PRODUCT_COPY_FILES += \
|
||||||
vendor/lineage/config/permissions/org.cyanogenmod.profiles.xml:system/etc/permissions/org.cyanogenmod.profiles.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.profiles.xml:system/etc/permissions/org.cyanogenmod.profiles.xml \
|
||||||
vendor/lineage/config/permissions/org.cyanogenmod.statusbar.xml:system/etc/permissions/org.cyanogenmod.statusbar.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.statusbar.xml:system/etc/permissions/org.cyanogenmod.statusbar.xml \
|
||||||
vendor/lineage/config/permissions/org.cyanogenmod.telephony.xml:system/etc/permissions/org.cyanogenmod.telephony.xml \
|
vendor/lineage/config/permissions/org.cyanogenmod.telephony.xml:system/etc/permissions/org.cyanogenmod.telephony.xml \
|
||||||
vendor/lineage/config/permissions/org.cyanogenmod.theme.xml:system/etc/permissions/org.cyanogenmod.theme.xml \
|
|
||||||
vendor/lineage/config/permissions/org.cyanogenmod.weather.xml:system/etc/permissions/org.cyanogenmod.weather.xml
|
vendor/lineage/config/permissions/org.cyanogenmod.weather.xml:system/etc/permissions/org.cyanogenmod.weather.xml
|
||||||
|
|
||||||
# CM Platform Library
|
# CM Platform Library
|
||||||
|
|
|
@ -88,9 +88,6 @@ PRODUCT_COPY_FILES += \
|
||||||
# Include Lineage audio files
|
# Include Lineage audio files
|
||||||
include vendor/lineage/config/lineage_audio.mk
|
include vendor/lineage/config/lineage_audio.mk
|
||||||
|
|
||||||
# Theme engine
|
|
||||||
include vendor/lineage/config/themes_common.mk
|
|
||||||
|
|
||||||
ifneq ($(TARGET_DISABLE_CMSDK), true)
|
ifneq ($(TARGET_DISABLE_CMSDK), true)
|
||||||
# CMSDK
|
# CMSDK
|
||||||
include vendor/lineage/config/cmsdk_common.mk
|
include vendor/lineage/config/cmsdk_common.mk
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Copyright (C) 2014 The CyanogenMod Project
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<permissions>
|
|
||||||
<!-- The features listed here should coincide with the various iterations of
|
|
||||||
the CyanogenMod theme engine. New org.cyanogenmod.theme.vX features
|
|
||||||
should only be added when the structure of the theme apk format is changed
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- This is an alias for org.cyanogenmod.theme.v1 -->
|
|
||||||
<feature name="org.cyanogenmod.theme" />
|
|
||||||
|
|
||||||
<!-- Supports themes using v1 of the theme engine -->
|
|
||||||
<feature name="org.cyanogenmod.theme.v1" />
|
|
||||||
</permissions>
|
|
Loading…
Reference in a new issue