# Copyright (c) 2016-2018, Ruslan Baratov
# All rights reserved.

cmake_minimum_required(VERSION 3.0)

# Emulate HunterGate:
# * https://github.com/hunter-packages/gate
include("../common.cmake")

project(download-android_arm_eabi_v7a_system_image_packer)

# DOCUMENTATION_START {
hunter_add_package(android_arm_eabi_v7a_system_image_packer)
# DOCUMENTATION_END }
