Skip to content

Phoenix09/packer-android-ndk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Android NDK
  • Android SDK with build-tools and APIs installed
    • Other components are not preinstalled due to licensing restrictions.
      You can install them manually using sdkmanager.
    • The included sdk-update.sh script will update existing packages and install new platforms and build-tools.
      You can add it as a provisioner like so:
      Vagrant.configure("2") do |config|
        config.vm.provision "shell",
          privileged: false,
          inline: '$HOME/sdk-update.sh'
      end
  • Preinstalled packages:
    • unzip openjdk-8-jdk-headless git python autoconf automake ant autopoint cmake build-essential libtool patch pkg-config qemu-guest-agent ragel subversion wget
    • protoc v3.3.0

Usage

vagrant init Phoenix09/android-ndk-VERSION

Where VERSION is a supported NDK version:

Version NDK Revision
9 9d
10 10e
11 11c
12 12d
13 13b
14 14b
15 15c
16 16b

Building

  • make all in the root directory will build all boxes.
  • make help will show available targets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published