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

Commit 5a490914 authored by Blagovest Kolenichev's avatar Blagovest Kolenichev Committed by Srinivasarao P
Browse files

Revert one chunk from 37432a83 commit



No '-I' option is supported by tar tool from aosp R-branch of
prebuilts/tools project due to this full android build failing with
below error. fix this by reverting -I usage.

  tar: Unknown option 'I' (see "tar --help")
  [.../kernel/msm-5.4/kernel/Makefile:140: kernel/kheaders_data.tar.xz] Error 1.

Change-Id: Ia078d52d61282ad78518a685eef94f7f2d4d5759
Signed-off-by: default avatarBlagovest Kolenichev <bkolenichev@codeaurora.org>
Signed-off-by: default avatarSrinivasarao P <spathi@codeaurora.org>
parent 9c227261
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ find $cpio_dir -type f -print0 |
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 \
    -I $XZ -cf $tarfile -C $cpio_dir/ -T - > /dev/null
    -Jcf $tarfile -C $cpio_dir/ -T - > /dev/null

echo $headers_md5 > kernel/kheaders.md5
echo "$this_file_md5" >> kernel/kheaders.md5