Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27cc41c5 authored by Steve Muckle's avatar Steve Muckle
Browse files

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: default avatarSteve Muckle <smuckle@google.com>
parent 10da5a28
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -96,3 +96,6 @@ x509.genkey

# Kconfig presets
all.config

# fetched Android config fragments
android/configs/android-*.cfg
+4 −0
Original line number Diff line number Diff line
#!/bin/sh

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