Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Update Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Jul 4, 2019
1 parent 2dc5e2e commit 85d3854
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/build-against-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ fi

(
cd "$src_dir" || exit 1
make allmodconfig
make prepare
make scripts
make allmodconfig CC=${CC} HOSTCC=${CC}
make prepare CC=${CC} HOSTCC=${CC}
make scripts CC=${CC} HOSTCC=${CC}
)

(
cd ashmem || exit 1
make KERNEL_SRC="../${src_dir}"
make KERNEL_SRC="../${src_dir}" CC=${CC} HOSTCC=${CC}
)

(
cd binder || exit 1
make KERNEL_SRC="../${src_dir}"
make KERNEL_SRC="../${src_dir}" CC=${CC} HOSTCC=${CC}
)

0 comments on commit 85d3854

Please sign in to comment.