summaryrefslogtreecommitdiff
path: root/exynos5430.mk
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-07-07 07:58:21 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-07-08 12:34:58 +0200
commitd4a40112f16b06b98a61ebb54308edc3981e1c83 (patch)
treec5c2a647f496d71b64c4db7a6c95368d95edc795 /exynos5430.mk
parented093ee16bac55c0ae110eb9972303a678e78fee (diff)
downloadandroid_hardware_samsung_slsi_exynos5430-d4a40112f16b06b98a61ebb54308edc3981e1c83.tar.gz
android_hardware_samsung_slsi_exynos5430-d4a40112f16b06b98a61ebb54308edc3981e1c83.tar.xz
android_hardware_samsung_slsi_exynos5430-d4a40112f16b06b98a61ebb54308edc3981e1c83.zip
Change to exynos5430
Diffstat (limited to 'exynos5430.mk')
-rw-r--r--exynos5430.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/exynos5430.mk b/exynos5430.mk
new file mode 100644
index 0000000..69b6931
--- /dev/null
+++ b/exynos5430.mk
@@ -0,0 +1,25 @@
+#
+# Copyright (C) 2013 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.
+#
+
+# Video Codecs
+PRODUCT_PACKAGES += \
+ libOMX.Exynos.VP8.Encoder
+
+# Keymaster
+ifeq ($(BOARD_USES_TRUST_KEYMASTER), true)
+PRODUCT_PACKAGES += \
+ keystore.exynos5
+endif