CMake: added ANDROID_PREBUILD option

This commit is contained in:
matlabbe
2017-07-13 13:36:34 -04:00
parent 85f7c1e73c
commit 517c70d855
7 changed files with 76 additions and 41 deletions

View File

@@ -6,6 +6,6 @@ WORKDIR /root/
ADD build.bash /root/build.bash
RUN chmod +x build.bash
RUN /bin/bash -c "./build.bash"
RUN /bin/bash -c "./build.bash /opt/android"
WORKDIR /root/