Skip to content
Snippets Groups Projects
Commit c80fa14f authored by Harshal Trivedi's avatar Harshal Trivedi Committed by Gerrit - the friendly Code Review server
Browse files

Compile out for TARGET_USES_AOSP

To resolve compilation failure due to dependency on flag.

Change-Id: I8a93b9395b8adcd39b1aff7141030f95603b3459
parent fccef147
No related branches found
No related tags found
No related merge requests found
ifneq ($(TARGET_USES_AOSP),true)
ifeq ($(BOARD_HAVE_QCOM_FM),true)
ifneq (,$(filter $(QCOM_BOARD_PLATFORMS),$(TARGET_BOARD_PLATFORM)))
LOCAL_PATH:= $(call my-dir)
......@@ -20,3 +22,5 @@ LOCAL_PATH := $(LOCAL_DIR_PATH)
include $(LOCAL_PATH)/FMRecord/Android.mk
endif # is-vendor-board-platform
endif # BOARD_HAVE_QCOM_FM
endif # Not (TARGET_USES_AOSP)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment