mirror of
https://github.com/xenia-project/xenia.git
synced 2026-07-11 01:24:34 +02:00
[Android] Exclude executables from app build
This commit is contained in:
@@ -22,6 +22,9 @@ android {
|
|||||||
"-j${Runtime.runtime.availableProcessors()}",
|
"-j${Runtime.runtime.availableProcessors()}",
|
||||||
// Work around "Bad file descriptor" on Windows on NDK r22+.
|
// Work around "Bad file descriptor" on Windows on NDK r22+.
|
||||||
'--output-sync=none'
|
'--output-sync=none'
|
||||||
|
// For the app, don't build the executables designed for running from a terminal.
|
||||||
|
// To build the executables, run ndk-build manually.
|
||||||
|
targets 'xenia-app'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ndk {
|
ndk {
|
||||||
|
|||||||
Reference in New Issue
Block a user