sm6250-common: inherit from base device configuration

This commit is contained in:
Demon000 2020-07-06 04:11:05 +03:00
parent ca394df9e8
commit f36a101882

8
common.mk Normal file
View File

@ -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)