From 152692b641f2364a7d120d7ce35077efed8ab622 Mon Sep 17 00:00:00 2001 From: Ramanan Rajeswaran Date: Mon, 10 Apr 2017 12:23:28 -0700 Subject: [PATCH] Add aosp assets. Test: build muskie. Change-Id: I34fd83487d3ffe4eea58ddab397ef72acc866ac8 --- aosp_taimen.mk | 5 +++++ 1 file changed, 5 insertions(+) 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)