Fixed comment about aapt

This commit is contained in:
Adam Lebsack 2016-11-24 11:07:45 +01:00
parent f670d0cdbe
commit f2cea40c6c
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
FROM ubuntu:xenial
# Install the JDK
# We are going to need some 32 bit binaries because apt requires it
# We are going to need some 32 bit binaries because aapt (Android Asset
# Packaging Tool) requires it
# file is need by the script that creates NDK toolchains
ENV DEBIAN_FRONTEND noninteractive
RUN dpkg --add-architecture i386 && \