summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk3
-rw-r--r--galaxys3_base.mk5
2 files changed, 3 insertions, 5 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 0d9886c..f1c049f 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -73,9 +73,6 @@ BOARD_USES_HWCOMPOSER := true
BOARD_USE_SECTVOUT := true
BOARD_USES_FIMGAPI := true
-TARGET_HAL_PATH := hardware/samsung/exynos/hal/exynos4
-TARGET_OMX_PATH := hardware/samsung/exynos/multimedia/openmax
-
# OMX
BOARD_HAVE_CODEC_SUPPORT := SAMSUNG_CODEC_SUPPORT
COMMON_GLOBAL_CFLAGS += -DSAMSUNG_CODEC_SUPPORT
diff --git a/galaxys3_base.mk b/galaxys3_base.mk
index 950e453..5220e3f 100644
--- a/galaxys3_base.mk
+++ b/galaxys3_base.mk
@@ -177,5 +177,6 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
$(call inherit-product, frameworks/base/build/phone-hdpi-512-dalvik-heap.mk)
# Include exynos4 platform specific parts
-$(call inherit-product, hardware/samsung/exynos/hal/exynos4/Android.mk)
-$(call inherit-product, hardware/samsung/exynos/hal/exynos4x12/Android.mk)
+TARGET_HAL_PATH := hardware/samsung/exynos4/hal
+TARGET_OMX_PATH := hardware/samsung/exynos/multimedia/openmax
+$(call inherit-product, hardware/samsung/exynos4x12.mk)