android_kernel_oneplus_msm8998/android/configs/android-fetch-configs.sh
Steve Muckle 69fbcb521a ANDROID: add script to fetch android kernel config fragments
The Android kernel config fragments now live in a separate repository.
To prevent others from having to search for this location, add a script
to fetch and unpack the fragments.

Update .gitignore to include these fragments.

Change-Id: If2d4a59b86e4573b0a9b3190025dfe4191870b46
Signed-off-by: Steve Muckle <smuckle@google.com>
2017-10-03 10:59:04 -07:00

4 lines
110 B
Bash
Executable file

#!/bin/sh
curl https://android.googlesource.com/kernel/configs/+archive/master/android-4.4.tar.gz | tar xzv