Add explicit dependencies on jni_headers lineage-19.1 lineage-20
authorOrion Hodson <oth@google.com>
Thu, 9 Apr 2020 20:25:01 +0000 (21:25 +0100)
committerNolen Johnson <johnsonnolen@gmail.com>
Tue, 5 Apr 2022 17:37:15 +0000 (13:37 -0400)
Preparation for removing implicit include paths for jni.h from soong.

Bug: 152482542
Test: m
Change-Id: Ib520114cd7df1572c3805d83d48cb903ebda4f66

Android.mk

index f5377b9db3e72985161e534367df73ca39cfe073..4a3b81bc83fc467419d260f691bf3b1a224fa95e 100644 (file)
@@ -24,6 +24,9 @@ LOCAL_SRC_FILES := \
     FmRadioController_slsi.cpp \
     libfm_jni.cpp
 
+LOCAL_HEADER_LIBRARIES := \
+    jni_headers
+
 LOCAL_SHARED_LIBRARIES := \
     libcutils \
     liblog