[perfetto] Do not use hardcoded /src path, use $SRC variable.

This commit is contained in:
Max Moroz 2018-12-10 09:23:52 -08:00
parent 1d9dc4c64e
commit 83d103926f
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ RUN git clone --depth=1 https://android.googlesource.com/platform/external/perfe
RUN $SRC/perfetto/infra/oss-fuzz/init_container RUN $SRC/perfetto/infra/oss-fuzz/init_container
WORKDIR /src/perfetto WORKDIR $SRC/perfetto
RUN tools/install-build-deps --no-android RUN tools/install-build-deps --no-android
COPY build.sh $SRC/ COPY build.sh $SRC/