From 42b138dc109af86c34a2e5d88adf3e68e5482835 Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Sun, 15 Nov 2015 13:05:36 -0600 Subject: Include common omap4 vendor repo if available. Note that TARGET_BOARD_OMAP_CPU needs to be set first. tuna: - original commit applied on omap4 hardware repo, need to be tested by motorola and amazon omap4 devices first - inherit from device tree until that Change-Id: I638f7af527b3724098d7379b58e30c7550aa1f16 --- device.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device.mk b/device.mk index 001a2f1..d825ef1 100755 --- a/device.mk +++ b/device.mk @@ -222,3 +222,5 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk) $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk) $(call inherit-product-if-exists, vendor/samsung/tuna/device-vendor.mk) + +$(call inherit-product-if-exists, vendor/ti/omap4/omap4-vendor.mk) -- cgit v1.1