We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83308c3 commit 2d2c8a8Copy full SHA for 2d2c8a8
hikey-kernel-builder.sh
@@ -3,7 +3,7 @@
3
4
usage()
5
{
6
- echo "usage: [-s] -v=[4.4|4.9|4.14] -a={AOSP|P|O-MR1} -t=clang-4679922"
+ echo "usage: [-s] -v=[4.4|4.9|4.14|v4.19] -a={AOSP|P|O-MR1} -t=clang-r349610"
7
echo "-s = skip download"
8
echo "-v = kernel version"
9
echo "-a = android version"
@@ -15,11 +15,9 @@ usage()
15
set -ex
16
17
# export TOOLCHAIN="clang-4679922"
18
-# export TOOLCHAIN="clang-r346389b"
19
-#export TOOLCHAIN="clang-r346389c"
20
export TOOLCHAIN="clang-r349610"
21
export nproc=9
22
-export ANDROID_VERSION="O-MR1"
+export ANDROID_VERSION="P"
23
export REFERENCE_BUILD_URL="http://testdata.linaro.org/lkft/aosp-stable/android-8.1.0_r29/"
24
export KERNEL_DIR="hikey-linaro"
25
export C_COMPILER="clang"
0 commit comments