summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2013-12-24 07:25:55 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2013-12-24 07:25:55 -0800
commitb7e06cb7e23970c924a56f0daea8e39720005efd (patch)
tree48b5b08848448e2efe84165bbf9243a4ccdcf7f8 /Android.mk
parent66495bdf022078245acf4610a8d8ff28865d7aad (diff)
parentead561488e4fbb1c981a9c6fff79a39864b7caf4 (diff)
downloadandroid_hardware_qcom_fm-b7e06cb7e23970c924a56f0daea8e39720005efd.tar.gz
android_hardware_qcom_fm-b7e06cb7e23970c924a56f0daea8e39720005efd.tar.bz2
android_hardware_qcom_fm-b7e06cb7e23970c924a56f0daea8e39720005efd.zip
Merge "Remove AOSP reference to utils.mk"
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 232f6de..60620d4 100644
--- a/Android.mk
+++ b/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)
LOCAL_DIR_PATH:= $(call my-dir)
include $(CLEAR_VARS)