# # Copyright (C) 2018 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. # 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. # LOCAL_PATH := device/samsung/a7xelte $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) # Audio PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_0.xml PRODUCT_PACKAGES += \ libtfa98xx \ audio_amplifier.universal7580 \ libtinycompress # Boot animation TARGET_BOOTANIMATION_PRELOAD := true TARGET_BOOTANIMATION_TEXTURE_CACHE := true TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 # Bluetooth PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf PRODUCT_PACKAGES += \ android.hardware.bluetooth@1.0-service # GPS PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/gps/gps.conf:system/etc/gps.conf \ $(LOCAL_PATH)/configs/gps/gps.xml:system/etc/gps.xml # HIDL Manifest PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml # Ramdisk PRODUCT_PACKAGES += \ init.target.rc # Radio PRODUCT_PACKAGES += \ libprotobuf-cpp-full \ libsecril-client \ modemloader \ libxml2 \ rild \ libril \ libreference-ril \ libsecril-client-sap \ android.hardware.radio@1.1 \ android.hardware.radio.deprecated@1.0 PRODUCT_COPY_FILES += \ device/samsung/universal7580-common/configs/init/rild.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/rild.rc # Properties -include $(LOCAL_PATH)/system_prop.mk # Inherit from universal7580-common $(call inherit-product, device/samsung/universal7580-common/device-common.mk) # Call the proprietary setup $(call inherit-product, vendor/samsung/a7xelte/a7xelte-vendor.mk)