Merge pull request #12920 from t895/jni-common
android: Move JNI setup and helpers to common
This commit is contained in:
commit
7ec7ff0f30
16 changed files with 316 additions and 303 deletions
|
@ -182,9 +182,15 @@ endif()
|
|||
|
||||
if(ANDROID)
|
||||
target_sources(common
|
||||
PRIVATE
|
||||
PUBLIC
|
||||
fs/fs_android.cpp
|
||||
fs/fs_android.h
|
||||
android/android_common.cpp
|
||||
android/android_common.h
|
||||
android/id_cache.cpp
|
||||
android/id_cache.h
|
||||
android/applets/software_keyboard.cpp
|
||||
android/applets/software_keyboard.h
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue