Skip to content

Commit

Permalink
ANDROID: add script to fetch android kernel config fragments
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Steve Muckle authored and pundiramit committed Oct 15, 2017
1 parent 22d281f commit fac6ab8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@ all.config

# Kdevelop4
*.kdev4

# fetched Android config fragments
android/configs/android-*.cfg
4 changes: 4 additions & 0 deletions android/configs/android-fetch-configs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

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

0 comments on commit fac6ab8

Please sign in to comment.