summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorSatish Kodishala <skodisha@codeaurora.org>2013-12-02 16:31:58 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2013-12-09 23:05:37 -0800
commit4179a048caa0b267bc9e6136922bc8ce90bd1414 (patch)
tree7dbceedd98df87d4783bc20726206af96598d78e /jni
parent39c95d4a8bce5d9aa71ae9ed4c8fcac4e540b3e3 (diff)
downloadandroid_hardware_qcom_fm-4179a048caa0b267bc9e6136922bc8ce90bd1414.tar.gz
android_hardware_qcom_fm-4179a048caa0b267bc9e6136922bc8ce90bd1414.tar.bz2
android_hardware_qcom_fm-4179a048caa0b267bc9e6136922bc8ce90bd1414.zip
fm: Removed header files path inclusion.
Removed explicit inclusion of header files path to let the build system figure out the correct header files to include. Change-Id: Ib0c7f16fe3afda04a6f759df8b27ddf493a91fc8 CRs-fixed: 578356
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index 594332f..b0333a0 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -12,8 +12,6 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
-LOCAL_CFLAGS += -include bionic/libc/kernel/arch-arm/asm/posix_types.h
-LOCAL_CFLAGS += -include bionic/libc/kernel/arch-arm/asm/byteorder.h
LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/types.h
LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/posix_types.h
LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/socket.h