summaryrefslogtreecommitdiffstats
path: root/fmapp
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 /fmapp
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 'fmapp')
-rw-r--r--fmapp/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fmapp/Android.mk b/fmapp/Android.mk
index 68569c4..cb1f066 100644
--- a/fmapp/Android.mk
+++ b/fmapp/Android.mk
@@ -10,7 +10,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src/com/codeaurora/fmradio) \
src/com/codeaurora/fmradio/IFMTransmitterService.aidl \
-ifeq ($(call is-platform-sdk-version-at-least,11),true)
+ifeq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 11 ))" )))
LOCAL_SRC_FILES += $(call all-java-files-under, src/com/codeaurora/hc_utils)
else
LOCAL_SRC_FILES += $(call all-java-files-under, src/com/codeaurora/utils)