summaryrefslogtreecommitdiffstats
path: root/omap4.mk
diff options
context:
space:
mode:
Diffstat (limited to 'omap4.mk')
-rw-r--r--omap4.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/omap4.mk b/omap4.mk
index 6a5c590..4ffde5b 100644
--- a/omap4.mk
+++ b/omap4.mk
@@ -15,9 +15,15 @@
# This file lists the modules that are specific to OMAP4 but are used by
# all OMAP4 devices.
+OMAP4_NEXT_FOLDER := hardware/ti/omap4
+
PRODUCT_PACKAGES += \
hwcomposer.omap4
PRODUCT_VENDOR_KERNEL_HEADERS := hardware/ti/omap4/kernel-headers
+# Init
+PRODUCT_COPY_FILES += \
+ $(OMAP4_NEXT_FOLDER)/rootdir/init.omap4.rc:root/init.omap4.rc
+
$(call inherit-product, hardware/ti/omap4/common.mk)