summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorAUDITYA BHATTARAM <audityab@codeaurora.org>2013-11-14 22:11:02 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2013-12-18 03:19:37 -0800
commitead561488e4fbb1c981a9c6fff79a39864b7caf4 (patch)
tree31e4c51266f8e1923c822c56543e1922af080788 /jni
parent60ca65983863572f25e5da9dc64da457f1c6e424 (diff)
downloadandroid_hardware_qcom_fm-ead561488e4fbb1c981a9c6fff79a39864b7caf4.tar.gz
android_hardware_qcom_fm-ead561488e4fbb1c981a9c6fff79a39864b7caf4.tar.bz2
android_hardware_qcom_fm-ead561488e4fbb1c981a9c6fff79a39864b7caf4.zip
Remove AOSP reference to utils.mk
Remove function calls from AOSP code to utils.mk & replace them with actual definition. Change-Id: I9262eefbb3ca75954a2e159696abc36c80df9c7b CRs-fixed: 566287
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index 594332f..56f7da3 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -1,4 +1,4 @@
-ifeq ($(call is-vendor-board-platform,QCOM),true)
+ifneq (,$(filter $(QCOM_BOARD_PLATFORMS),$(TARGET_BOARD_PLATFORM)))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)