Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
faa14cdf
Commit
faa14cdf
authored
Feb 21, 2014
by
TwistedUmbrella
Browse files
Let's build everything with a single magical command
parent
a39eff8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
faa14cdf
...
...
@@ -28,8 +28,6 @@ From project root directory:
cd shell\android
android update project -p .
ndk-build -j4
ant debug
```
...
...
shell/android/build.xml
View file @
faa14cdf
...
...
@@ -67,6 +67,17 @@
-pre-clean
-->
<import
file=
"custom_rules.xml"
optional=
"true"
/>
<property
name=
"ndkbuildopt"
value=
""
/>
<target
name=
"-pre-build"
>
<exec
executable=
"${ndk.dir}/ndk-build"
failonerror=
"true"
>
<arg
line=
"-j4 ${ndkbuildopt}"
/>
</exec>
</target>
<target
name=
"clean"
depends=
"android_rules.clean"
>
<exec
executable=
"${ndk.dir}/ndk-build"
failonerror=
"true"
>
<arg
value=
"clean"
/>
</exec>
</target>
<!-- Import the actual build file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment