cmake_minimum_required(VERSION 2.8) project(test-android-toolchain) add_library(test-android-toolchain SHARED library.cpp)