diff options
author | OrdenKrieger <OrdenKriegerEDR@googlemail.com> | 2017-01-10 23:28:05 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-14 15:50:26 +0100 |
commit | 6fe46d118dacf3ca734f0a792713a36f33cb921b (patch) | |
tree | 63e2c3007ce66d3d43d66ec43a1b8b6e7f26a42c /device.mk | |
parent | 51fe6eb1975b0978ebe8eaa9cf8a7e4d01d2525b (diff) |
z_2plus: Initial cleanup
*Lets start
Diffstat (limited to 'device.mk')
-rwxr-xr-x | device.mk | 37 |
1 files changed, 24 insertions, 13 deletions
@@ -1,4 +1,5 @@ -# Copyright (C) 2016 The CyanogenMod Project +# Copyright (C) 2013-2016, The CyanogenMod Project +# Copyright (C) 2017, The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,8 +26,15 @@ $(call inherit-product-if-exists, vendor/zuk/z2_plus/z2_plus-vendor.mk) # Overlays DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay +# ANT+ +PRODUCT_PACKAGES += \ + AntHalService \ + com.dsi.ant.antradio_library \ + libantradio + # Permissions PRODUCT_COPY_FILES += \ + external/ant-wireless/antradio-library/com.dsi.ant.antradio_library.xml:system/etc/permissions/com.dsi.ant.antradio_library.xml \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \ frameworks/native/data/etc/android.hardware.audio.pro.xml:system/etc/permissions/android.hardware.audio.pro.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ @@ -111,16 +119,11 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/audio/audio_output_policy.conf:system/vendor/etc/audio_output_policy.conf \ $(LOCAL_PATH)/audio/audio_platform_info.xml:system/etc/audio_platform_info.xml \ $(LOCAL_PATH)/audio/audio_policy.conf:system/etc/audio_policy.conf \ - $(LOCAL_PATH)/audio/listen_platform_info.xml:system/etc/listen_platform_info.xml - -# ANT+ -PRODUCT_PACKAGES += \ - AntHalService \ - com.dsi.ant.antradio_library \ - libantradio - -PRODUCT_COPY_FILES += \ - external/ant-wireless/antradio-library/com.dsi.ant.antradio_library.xml:system/etc/permissions/com.dsi.ant.antradio_library.xml + $(LOCAL_PATH)/audio/listen_platform_info.xml:system/etc/listen_platform_info.xml \ + $(LOCAL_PATH)/audio/mixer_paths_tasha.xml:system/etc/mixer_paths_tasha.xml \ + $(LOCAL_PATH)/audio/sound_trigger_mixer_paths_wcd9330.xml:system/etc/sound_trigger_mixer_paths_wcd9330.xml \ + $(LOCAL_PATH)/audio/sound_trigger_mixer_paths.xml:system/etc/sound_trigger_mixer_paths.xml \ + $(LOCAL_PATH)/audio/sound_trigger_platform_info.xml:system/etc/sound_trigger_platform_info.xml # Camera PRODUCT_PACKAGES += \ @@ -147,8 +150,7 @@ PRODUCT_PACKAGES += \ # Fingerprint sensor PRODUCT_PACKAGES += \ - fingerprintd \ - ZukPocketMode + fingerprintd # For android_filesystem_config.h PRODUCT_PACKAGES += \ @@ -175,6 +177,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ libsdm-disp-apis +# IPC router config +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/sec_config:system/etc/sec_config + # IPv6 PRODUCT_PACKAGES += \ ebtables \ @@ -199,6 +205,11 @@ PRODUCT_PACKAGES += \ # Media PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \ + $(LOCAL_PATH)/configs/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \ + $(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml + +PRODUCT_COPY_FILES += \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml |