commit | f1be2fe3cd7c04704e166f5303c5c41a7be146c1 | [log] [tgz] |
---|---|---|
author | codeworkx <daniel.hillenbrand@codeworkx.de> | Sat Mar 24 17:38:29 2012 +0100 |
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | Sat Mar 24 17:38:29 2012 +0100 |
tree | 30f067137f5bc498e126a3885679a9738af0c188 |
initial commit, taken and modified from linaro/insignal
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