Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #41 from AkihiroSuda/c
Browse files Browse the repository at this point in the history
update anbox
  • Loading branch information
AkihiroSuda committed May 25, 2020
2 parents 1b5e4ff + 26c9572 commit f9bde9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 58 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

ARG BASE=ubuntu:20.04

# Apr 14, 2020
ARG ANBOX_COMMIT=1edeb4f07941aaa65624cea59f1f77c314ad1b97
# May 19, 2020
ARG ANBOX_COMMIT=35fe93b8407d2fec9d925e35a5294c567569d9ed

# ARG ANDROID_IMAGE=https://build.anbox.io/android-images/2018/07/19/android_amd64.img
# Mirror
Expand Down Expand Up @@ -56,7 +56,7 @@ COPY ./src/patches/anbox /patches
# `git am` requires user info to be set
RUN git config user.email "nobody@example.com" && \
git config user.name "AinD Build Script" && \
git am /patches/*.patch && git show --summary
if [ -f /patches/*.patch ]; then git am /patches/*.patch && git show --summary; fi
# runopt = --mount=type=cache,id=aind-anbox,target=/build
RUN mkdir -p /build && cd /build && \
cmake ../anbox && \
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion src/patches/anbox/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The Anbox patches in this directory are licensed under the terms of [the GNU General Public License, Version 3](https://github.com/anbox/anbox/blob/master/COPYING.GPL), corresponding to [Anbox](https://github.com/anbox/anbox) itself.
The Anbox patches in this directory (if any) are licensed under the terms of [the GNU General Public License, Version 3](https://github.com/anbox/anbox/blob/master/COPYING.GPL), corresponding to [Anbox](https://github.com/anbox/anbox) itself.

0 comments on commit f9bde9c

Please sign in to comment.