From: Orion Hodson Date: Thu, 9 Apr 2020 20:25:01 +0000 (+0100) Subject: Add explicit dependencies on jni_headers X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5bc1c13e70bf844f82fed5b392c0629d24e57c25;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_fm.git Add explicit dependencies on jni_headers Preparation for removing implicit include paths for jni.h from soong. Bug: 152482542 Test: m Change-Id: Ib520114cd7df1572c3805d83d48cb903ebda4f66 --- diff --git a/Android.mk b/Android.mk index f5377b9..4a3b81b 100644 --- a/Android.mk +++ b/Android.mk @@ -24,6 +24,9 @@ LOCAL_SRC_FILES := \ FmRadioController_slsi.cpp \ libfm_jni.cpp +LOCAL_HEADER_LIBRARIES := \ + jni_headers + LOCAL_SHARED_LIBRARIES := \ libcutils \ liblog