Revert "FROMLIST: kheaders: Follow symlinks to source files."
This reverts commit 988af76d52.
Reason for revert: b/283225390 - increased image size beyond threshold
Change-Id: Ib130228bb11dadcf6aa240c8afecf84a910ee747
Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
@@ -87,7 +87,7 @@ find $cpio_dir -type f -print0 |
|
||||
# pre-sorted, as --sort=name might not be available.
|
||||
find $cpio_dir -printf "./%P\n" | LC_ALL=C sort | \
|
||||
tar "${KBUILD_BUILD_TIMESTAMP:+--mtime=$KBUILD_BUILD_TIMESTAMP}" \
|
||||
--owner=0 --group=0 --numeric-owner --no-recursion --dereference \
|
||||
--owner=0 --group=0 --numeric-owner --no-recursion \
|
||||
-I $XZ -cf $tarfile -C $cpio_dir/ -T - > /dev/null
|
||||
|
||||
echo $headers_md5 > kernel/kheaders.md5
|
||||
|
||||
Reference in New Issue
Block a user