android: fix native library inclusion
This commit is contained in:
parent
7b1cfff825
commit
ac3b514875
@ -70,6 +70,8 @@ android {
|
||||
"-DANDROID_STL=c++_shared"
|
||||
|
||||
abiFilters "arm64-v8a"
|
||||
|
||||
targets "citra-android"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
|
||||
add_library(citra-android STATIC
|
||||
add_library(citra-android SHARED
|
||||
dummy.cpp
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user