Skip to content

Commit

Permalink
changed name to imbroglios
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 8, 2024
1 parent 1600d7c commit 29a1626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ubuntu:22.04
LABEL imbroglius="[email protected]"

COPY . /aosp/redmi13c_treble_aosp
RUN ln -s /aosp/redmi13c_treble_aosp/build.sh /usr/bin/treblebuild && \
ln -s /aosp/redmi13c_treble_aosp/sync.sh /usr/bin/treblesync
RUN ln -s /aosp/imbroglios_gsi/build.sh /usr/bin/treblebuild && \
ln -s /aosp/imbroglios_gsi/sync.sh /usr/bin/treblesync

ARG DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 && \
Expand Down

0 comments on commit 29a1626

Please sign in to comment.