From 1b5b080dbb4e0d3ede1f20da7ea9bd903fa5f1e7 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. Change-Id: I638f7af527b3724098d7379b58e30c7550aa1f16 --- omap4.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/omap4.mk b/omap4.mk index d2f5f79..4a23feb 100644 --- a/omap4.mk +++ b/omap4.mk @@ -28,3 +28,4 @@ PRODUCT_COPY_FILES += \ $(OMAP4_NEXT_FOLDER)/rootdir/init.omap4.rc:root/init.omap4.rc $(call inherit-product, hardware/ti/omap4/common.mk) +$(call inherit-product-if-exists, vendor/ti/omap4/omap4-vendor.mk) -- cgit v1.1