jomof / ndk-build-meet-cdep

Example of ndk-build using CDep package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

CDep on Android Studio using ndk-build Integration

This is a sample project that uses Boost (http://boost.org) in an Android Gradle project using the CDep dependency management tool to download the Boost package rather than building it.

Screen Shot

Instructions

All you need to do is clone this project, run CDep, and build.

git clone https://github.com/jomof/ndk-build-meet-cdep
cd ndk-build-meet-cdep
./cdep  # Downloads dependencies referenced in cdep.yml
./gradlew assemble

You can also open the project in Android Studio and run it.

About

Example of ndk-build using CDep package manager

License:Apache License 2.0


Languages

Language:Shell 41.5%Language:Makefile 22.9%Language:Batchfile 17.3%Language:Java 10.1%Language:C++ 8.1%