Skip to content

Commit 2d2c8a8

Browse files
committed
Add 4.19 in howto. Couple of small cosmetic clean ups to remove
commented out stuff. Default to Android P and latest clang if not specified
1 parent 83308c3 commit 2d2c8a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

hikey-kernel-builder.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
usage()
55
{
6-
echo "usage: [-s] -v=[4.4|4.9|4.14] -a={AOSP|P|O-MR1} -t=clang-4679922"
6+
echo "usage: [-s] -v=[4.4|4.9|4.14|v4.19] -a={AOSP|P|O-MR1} -t=clang-r349610"
77
echo "-s = skip download"
88
echo "-v = kernel version"
99
echo "-a = android version"
@@ -15,11 +15,9 @@ usage()
1515
set -ex
1616

1717
# export TOOLCHAIN="clang-4679922"
18-
# export TOOLCHAIN="clang-r346389b"
19-
#export TOOLCHAIN="clang-r346389c"
2018
export TOOLCHAIN="clang-r349610"
2119
export nproc=9
22-
export ANDROID_VERSION="O-MR1"
20+
export ANDROID_VERSION="P"
2321
export REFERENCE_BUILD_URL="http://testdata.linaro.org/lkft/aosp-stable/android-8.1.0_r29/"
2422
export KERNEL_DIR="hikey-linaro"
2523
export C_COMPILER="clang"

0 commit comments

Comments
 (0)