projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_fm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f85f60
)
Add explicit dependencies on jni_headers
lineage-19.1
lineage-20
author
Orion Hodson
<oth@google.com>
Thu, 9 Apr 2020 20:25:01 +0000
(21:25 +0100)
committer
Nolen 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
patch
|
blob
|
blame
|
history
diff --git
a/Android.mk
b/Android.mk
index f5377b9db3e72985161e534367df73ca39cfe073..4a3b81bc83fc467419d260f691bf3b1a224fa95e 100644
(file)
--- 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