summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2013-11-16 05:11:09 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2013-11-16 05:11:09 -0800
commitf1239bc6773c6b25c5016c39138f85c2e6b5372a (patch)
treecc4691eec034fe6cc72689ce2fac16ae17db533b
parente7c599ea75b0dd3b47a93bbcc8edb475f6defa97 (diff)
parentfe9e51420dce391cee1ae557db6e4566f343f30f (diff)
downloadandroid_hardware_qcom_media-f1239bc6773c6b25c5016c39138f85c2e6b5372a.tar.gz
android_hardware_qcom_media-f1239bc6773c6b25c5016c39138f85c2e6b5372a.tar.bz2
android_hardware_qcom_media-f1239bc6773c6b25c5016c39138f85c2e6b5372a.zip
Merge "Remove AOSP reference to utils.mk"
-rw-r--r--dashplayer/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashplayer/Android.mk b/dashplayer/Android.mk
index 95d65c54..e769bae5 100644
--- a/dashplayer/Android.mk
+++ b/dashplayer/Android.mk
@@ -1,4 +1,4 @@
-#ifneq ($(call is-board-platform,msm8960),true)
+#ifneq ($(TARGET_BOARD_PLATFORM),msm8960
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
# ---------------------------------------------------------------------------------
@@ -44,7 +44,7 @@ LOCAL_C_INCLUDES := \
$(TOP)/hardware/qcom/media/mm-core/inc \
#ifeq ($(PLATFORM_SDK_VERSION), 18)
-ifeq ($(call is-platform-sdk-version-at-least,18),true)
+ifeq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 18 ))" )))
LOCAL_CFLAGS += -DANDROID_JB_MR2
endif