diff options
author | Steve Muckle <smuckle@google.com> | 2017-09-27 17:18:48 -0700 |
---|---|---|
committer | Steve Muckle <smuckle@google.com> | 2017-10-03 10:59:04 -0700 |
commit | 69fbcb521aae48b51b8b0b673390ed05264bdd60 (patch) | |
tree | 94404bd006c52e7c5da0a88bd4079a34c00a3fa3 /android | |
parent | d78a12988cc5d5080a2c1d03a9308b648c45a8d3 (diff) |
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>
Diffstat (limited to 'android')
-rwxr-xr-x | android/configs/android-fetch-configs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/configs/android-fetch-configs.sh b/android/configs/android-fetch-configs.sh new file mode 100755 index 000000000000..9915c1356ed3 --- /dev/null +++ b/android/configs/android-fetch-configs.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +curl https://android.googlesource.com/kernel/configs/+archive/master/android-4.4.tar.gz | tar xzv + |