mirror of
https://github.com/AetherDroid/android_device_on5xelte_lineage.git
synced 2025-09-03 06:57:46 -04:00
11 lines
400 B
Makefile
11 lines
400 B
Makefile
# Copyright (C) 2018 The LineageOS Project
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
|
|
|
# Property overrides
|
|
-include $(LOCAL_PATH)/system_prop.mk
|
|
|
|
# Inherit common device configuration
|
|
$(call inherit-product, device/samsung/universal7570-common/device-common.mk)
|
|
$(call inherit-product, vendor/samsung/universal7570-common/universal7570-common-vendor.mk)
|