diff options
-rwxr-xr-x | configs/appboosts.xml (renamed from appboosts.xml) | 0 | ||||
-rwxr-xr-x | configs/gamedwhitelist.xml (renamed from gamedwhitelist.xml) | 0 | ||||
-rw-r--r-- | configs/media_codecs.xml (renamed from media_codecs.xml) | 0 | ||||
-rw-r--r-- | configs/media_codecs_performance.xml (renamed from media_codecs_performance.xml) | 0 | ||||
-rwxr-xr-x | configs/media_profiles.xml (renamed from media_profiles.xml) | 0 | ||||
-rwxr-xr-x | configs/msm_irqbalance.conf (renamed from msm_irqbalance.conf) | 0 | ||||
-rwxr-xr-x | configs/whitelistedapps.xml (renamed from whitelistedapps.xml) | 0 | ||||
-rw-r--r-- | device.mk | 16 |
8 files changed, 8 insertions, 8 deletions
diff --git a/appboosts.xml b/configs/appboosts.xml index a05c22c..a05c22c 100755 --- a/appboosts.xml +++ b/configs/appboosts.xml diff --git a/gamedwhitelist.xml b/configs/gamedwhitelist.xml index ed1e870..ed1e870 100755 --- a/gamedwhitelist.xml +++ b/configs/gamedwhitelist.xml diff --git a/media_codecs.xml b/configs/media_codecs.xml index e3735b8..e3735b8 100644 --- a/media_codecs.xml +++ b/configs/media_codecs.xml diff --git a/media_codecs_performance.xml b/configs/media_codecs_performance.xml index 773eb48..773eb48 100644 --- a/media_codecs_performance.xml +++ b/configs/media_codecs_performance.xml diff --git a/media_profiles.xml b/configs/media_profiles.xml index c98d592..c98d592 100755 --- a/media_profiles.xml +++ b/configs/media_profiles.xml diff --git a/msm_irqbalance.conf b/configs/msm_irqbalance.conf index 981ba23..981ba23 100755 --- a/msm_irqbalance.conf +++ b/configs/msm_irqbalance.conf diff --git a/whitelistedapps.xml b/configs/whitelistedapps.xml index 3bdf820..3bdf820 100755 --- a/whitelistedapps.xml +++ b/configs/whitelistedapps.xml @@ -40,10 +40,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Video codec configuration files ifeq ($(TARGET_ENABLE_QC_AV_ENHANCEMENTS), true) PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/media_profiles.xml:system/etc/media_profiles.xml \ - $(LOCAL_PATH)/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml \ - $(LOCAL_PATH)/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ - $(LOCAL_PATH)/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml + $(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml \ + $(LOCAL_PATH)/configs/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml \ + $(LOCAL_PATH)/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ + $(LOCAL_PATH)/configs/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml endif #TARGET_ENABLE_QC_AV_ENHANCEMENTS # video seccomp policy files @@ -51,9 +51,9 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/seccomp/mediacodec-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \ $(LOCAL_PATH)/seccomp/mediaextractor-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy -PRODUCT_COPY_FILES += $(LOCAL_PATH)/whitelistedapps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/whitelistedapps.xml \ - $(LOCAL_PATH)/gamedwhitelist.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gamedwhitelist.xml \ - $(LOCAL_PATH)/appboosts.xml:$(TARGET_COPY_OUT_VENDOR)/etc/appboosts.xml +PRODUCT_COPY_FILES += $(LOCAL_PATH)/configs/whitelistedapps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/whitelistedapps.xml \ + $(LOCAL_PATH)/configs/gamedwhitelist.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gamedwhitelist.xml \ + $(LOCAL_PATH)/configs/appboosts.xml:$(TARGET_COPY_OUT_VENDOR)/etc/appboosts.xml PRODUCT_PROPERTY_OVERRIDES += \ @@ -210,7 +210,7 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += frameworks/native/data/etc/android.software.midi.xml:system/etc/permissions/android.software.midi.xml # MSM IRQ Balancer configuration file for SDM660 -PRODUCT_COPY_FILES += $(LOCAL_PATH)/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf +PRODUCT_COPY_FILES += $(LOCAL_PATH)/configs/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf # dm-verity configuration PRODUCT_SUPPORTS_VERITY := true |