# Copyright (C) 2017-2020 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/j7elte $(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 # Bluetooth PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf PRODUCT_PACKAGES += \ android.hardware.bluetooth@1.0-service # Boot animation TARGET_BOOTANIMATION_PRELOAD := true TARGET_BOOTANIMATION_TEXTURE_CACHE := true TARGET_SCREEN_HEIGHT := 1280 TARGET_SCREEN_WIDTH := 720 # GPS PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/gps/gps.conf:system/etc/gps.conf \ $(LOCAL_PATH)/configs/gps/gps.xml:system/etc/gps.xml # Properties -include $(LOCAL_PATH)/system_prop.mk # 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 # Ramdisk PRODUCT_PACKAGES += \ init.target.rc # Inherit from universal7580-common $(call inherit-product, device/samsung/universal7580-common/device-common.mk) # Call the proprietary setup $(call inherit-product, vendor/samsung/j7elte/j7elte-vendor.mk)