Skip to content

bilibili/jni4android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8af3ea5 · Sep 29, 2018

History

67 Commits
Apr 24, 2017
Jan 12, 2016
Sep 29, 2018
Sep 29, 2018
Apr 24, 2017
Jan 8, 2016
Apr 24, 2017
Apr 24, 2017
Apr 24, 2017
Jan 12, 2016
Sep 29, 2018
Jan 8, 2016
Sep 29, 2018
Apr 24, 2017
Apr 24, 2017
Apr 24, 2017

Repository files navigation

jni4android

Build Status

Generate C wrapper from Pseudo-Java

My Build Environment

Build

git clone https://github.com/Bilibili/jni4android.git jni4android
cd jni4android

# build dependencies
# you don't have to run this if you have bison 3.x installed
./get-deps.sh

./configure
make

Usage

Usage:
    j4a -h
    j4a -c [-o <output_file>] <input_file>

Startup:
    -c, --compile         compile file.
    -h, --help            print this help.
    -o, --output          output file.

Example