summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian DC <radian.dc@gmail.com>2017-04-08 15:09:00 +0200
committerBruno Martins <bgcngm@gmail.com>2017-09-15 15:08:29 +0000
commit4444853b234d2fa367d2555ddbd17ae810f37743 (patch)
treeab68bfac798b3160c232a51fb8bf9f003148229b
parent954e341b8267f6cede1cee2df63239a63e0b3f69 (diff)
downloadandroid_hardware_qcom_fm-lineage-15.0.tar.gz
android_hardware_qcom_fm-lineage-15.0.tar.bz2
android_hardware_qcom_fm-lineage-15.0.zip
libfm_jni: Add jni core headers dependencylineage-15.0
* Due to a few moved core jni headers, add the new include path Change-Id: I9a1c5885d1c14151d2f3303e429081d1fc214a7d
-rw-r--r--libfm_jni/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfm_jni/Android.mk b/libfm_jni/Android.mk
index 468006e..5ac0135 100644
--- a/libfm_jni/Android.mk
+++ b/libfm_jni/Android.mk
@@ -13,6 +13,7 @@ LOCAL_SRC_FILES := \
LibfmJni.cpp
LOCAL_C_INCLUDES := $(JNI_H_INCLUDE) \
+ frameworks/base/core/jni/include \
frameworks/base/include/media
LOCAL_SHARED_LIBRARIES := \