Giter Site home page Giter Site logo

android-studio-cmake-sharing's Introduction

This is a demonstration of sharing a common CMakeLists.txt-based build between multiple different Android Studio projects. The build outputs are shared so that building from master/build.gradle will result in .o and .a that can be consumed by slave1/build.gradle (and vice-versa).

master/build.gradle - You can build shared library from this project and edit shared library files in the IDE (Android Studio). The CMakeLists.txt in this project uses add_subdirectory(...) to reference the shared project. There should be only one master/build.gradle.

slave1/build.gradle - You can build shared library from this project but you can't edit shared library files in the IDE. The CMakeLists.txt in this project uses ExternalProject_Add(...) to reference the shared project. There can be many slave projects.

Notes:

  • The parameter BINARY_DIR of add_subdirectory(...) and ExternalProject_Add(...) is set so that build outputs are written to a common folder segmented by variant and ABI.
  • A future Android Gradle Plugin could supply the variant name to CMake so that user doesn't have to hard-code it in build.gradle.

android-studio-cmake-sharing's People

Contributors

jomof avatar

Watchers

 avatar  avatar

Forkers

ggfan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.