mirror of
https://github.com/AetherDroid/android_device_on5xelte_lineage.git
synced 2025-09-04 23:47:47 -04:00
10 lines
308 B
Makefile
10 lines
308 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)
|