Skip to content

MahmoudFayed/build_ring_bins_for_android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Building Ring binaries for android

These scripts help building ring binary and its VM libraries for android.

these scripts needs to be copied to the src folder of Ring folder hierarchy.

Prerequisites

  • automake
  • android ndk

Usage

For building ring binaries just type:

make

For building ring binaries for android use build-for-android.sh script:

./build-for-android.sh path/to/ndk [api=21 [arch=arm]]

#	- path/to/ndk:	the absolute path to the android NDK folder (obligatory)
#	- api=21:	specify the version number of android API 9, 12, ...
#	- arch=arm:	specify the target arch that ring is going to 
#			run on. It should be one of:
#			{arm, arm64, mips, mips64, x86, x86_64}
#	Note: Arguments order should stictly be followed

Enjoy :)

About

Building Ring binaries for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.3%
  • Makefile 38.7%