diff --git a/aosp_taimen.mk b/aosp_taimen.mk index 8bde0a9..eacf83c 100644 --- a/aosp_taimen.mk +++ b/aosp_taimen.mk @@ -14,6 +14,11 @@ # limitations under the License. # +# Inherit from the common Open Source product configuration +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) + + $(call inherit-product, device/google/taimen/device.mk) $(call inherit-product-if-exists, vendor/google_devices/taimen/device-vendor.mk)