summaryrefslogtreecommitdiffstats
path: root/omap4.mk
diff options
context:
space:
mode:
Diffstat (limited to 'omap4.mk')
-rw-r--r--omap4.mk25
1 files changed, 5 insertions, 20 deletions
diff --git a/omap4.mk b/omap4.mk
index 8bef517..436c172 100644
--- a/omap4.mk
+++ b/omap4.mk
@@ -15,25 +15,10 @@
# This file lists the modules that are specific to OMAP4 but are used by
# all OMAP4 devices.
-PRODUCT_PACKAGES := \
- libdomx \
- libOMX_Core \
- libOMX.TI.DUCATI1.VIDEO.H264E \
- libOMX.TI.DUCATI1.VIDEO.MPEG4E \
- libOMX.TI.DUCATI1.VIDEO.DECODER \
- libOMX.TI.DUCATI1.VIDEO.DECODER.secure \
- libOMX.TI.DUCATI1.VIDEO.CAMERA \
- libOMX.TI.DUCATI1.MISC.SAMPLE \
- libstagefrighthw \
- libI420colorconvert \
- libtiutils \
- libcamera \
- libion_ti \
- camera.omap4 \
- libomxcameraadapter \
- hwcomposer.omap4 \
- smc_pa_ctrl \
- tf_daemon \
- libtf_crypto_sst
+PRODUCT_PACKAGES += \
+ camera.omap4 \
+ hwcomposer.omap4
PRODUCT_VENDOR_KERNEL_HEADERS := hardware/ti/omap4xxx/kernel-headers
+
+$(call inherit-product, hardware/ti/omap4xxx/common.mk)