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)