summaryrefslogtreecommitdiffstats
path: root/exynos4/hal/Android.mk
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-03-24 17:38:29 +0100
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-03-24 17:38:29 +0100
commitf1be2fe3cd7c04704e166f5303c5c41a7be146c1 (patch)
tree30f067137f5bc498e126a3885679a9738af0c188 /exynos4/hal/Android.mk
downloadandroid_hardware_samsung-f1be2fe3cd7c04704e166f5303c5c41a7be146c1.tar.gz
android_hardware_samsung-f1be2fe3cd7c04704e166f5303c5c41a7be146c1.tar.bz2
android_hardware_samsung-f1be2fe3cd7c04704e166f5303c5c41a7be146c1.zip
initial commit, taken and modified from linaro/insignal
Diffstat (limited to 'exynos4/hal/Android.mk')
-rw-r--r--exynos4/hal/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/exynos4/hal/Android.mk b/exynos4/hal/Android.mk
new file mode 100644
index 0000000..edb7a4a
--- /dev/null
+++ b/exynos4/hal/Android.mk
@@ -0,0 +1,4 @@
+ifeq ($(TARGET_BOARD_PLATFORM),exynos4)
+exynos4_dirs := libfimg libhwconverter liblights libs5pjpeg libsensors libswconverter libump
+include $(call all-named-subdir-makefiles,$(exynos4_dirs))
+endif