summaryrefslogtreecommitdiff
path: root/exynos5.mk
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2012-04-10 23:14:37 -0700
committerDima Zavin <dima@android.com>2012-04-18 22:27:25 -0700
commiteebc5ee7b90ab2f636d6cbd3ad430784255e5df1 (patch)
treeebfe1357e9107fba28c1ecc9d1efae149e9fa154 /exynos5.mk
parent7c0f081417791bf2f86d3c5be91154e7842f7735 (diff)
downloadexynos5-eebc5ee7b90ab2f636d6cbd3ad430784255e5df1.tar.gz
exynos_omx: add exynos5.mk to pull in the needed dependencies
Change-Id: I87a6e1788155acc0011681d4d05bf323310357c6 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'exynos5.mk')
-rw-r--r--exynos5.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/exynos5.mk b/exynos5.mk
new file mode 100644
index 0000000..9483187
--- /dev/null
+++ b/exynos5.mk
@@ -0,0 +1,27 @@
+#
+# Copyright (C) 2012 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# codecs
+PRODUCT_PACKAGES := \
+ libOMX.Exynos5.M4V.Decoder \
+ libOMX.Exynos5.AVC.Decoder \
+ libOMX.Exynos5.VP8.Decoder \
+ libOMX.Exynos5.AVC.Encoder
+
+# stagefright and device specific modules
+PRODUCT_PACKAGES += \
+ libstagefrighthw \
+ libExynosOMX_Core