From f36a101882e1bff13b656784a6914d4baf31b529 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Mon, 6 Jul 2020 04:11:05 +0300 Subject: [PATCH] sm6250-common: inherit from base device configuration --- common.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common.mk diff --git a/common.mk b/common.mk new file mode 100644 index 0000000..801279b --- /dev/null +++ b/common.mk @@ -0,0 +1,8 @@ +# +# Copyright (C) 2020 The LineageOS Project +# +# SPDX-License-Identifier: Apache-2.0 +# + +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)