matissewifi: use default languages

This commit is contained in:
matteo0026 2021-03-22 22:05:07 +01:00
parent 451c9c6a60
commit 753351d46d
3 changed files with 13 additions and 15 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
PRODUCT_MAKEFILES := \ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_matissewifi.mk device/samsung/matissewifi/lineage_matissewifi.mk
COMMON_LUNCH_CHOICES := \ COMMON_LUNCH_CHOICES := \
lineage_matissewifi-user \ lineage_matissewifi-user \

View File

@ -16,19 +16,17 @@
# inherit from common matisse # inherit from common matisse
include device/samsung/matisse-common/BoardConfigCommon.mk include device/samsung/matisse-common/BoardConfigCommon.mk
DEVICE_PATH := device/samsung/matissewifi
# Assert # Assert
TARGET_OTA_ASSERT_DEVICE := matissewifi TARGET_OTA_ASSERT_DEVICE := matisse,matissewifi,matissewifiue
# Kernel # Kernel
TARGET_KERNEL_CONFIG := lineage_matissewifi_defconfig TARGET_KERNEL_CONFIG := lineage_matissewifi_defconfig
# HIDL # HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml DEVICE_MANIFEST_FILE += device/samsung/matissewifi/manifest.xml
# SELinux # SELinux
include $(DEVICE_PATH)/sepolicy/sepolicy.mk include device/samsung/matissewifi/sepolicy/sepolicy.mk
# inherit from the proprietary version # inherit from the proprietary version
-include vendor/samsung/matissewifi/BoardConfigVendor.mk -include vendor/samsung/matissewifi/BoardConfigVendor.mk

View File

@ -15,22 +15,22 @@
# limitations under the License. # limitations under the License.
# #
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_default.mk)
# IR Blaster
PRODUCT_PACKAGES += \
android.hardware.ir@1.0-service.samsung
# Overlays # Overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay DEVICE_PACKAGE_OVERLAYS += device/samsung/matissewifi/overlay
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Permissions # Permissions
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml
# IR Blaster # Soong namespaces
PRODUCT_PACKAGES += \ PRODUCT_SOONG_NAMESPACES += \
android.hardware.ir@1.0-service.samsung $(LOCAL_PATH)
# Get non-open-source specific aspects # Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/samsung/matissewifi/matissewifi-vendor.mk) $(call inherit-product-if-exists, vendor/samsung/matissewifi/matissewifi-vendor.mk)