GKI: compare missed files to update files_gki_aarch64
In a mixed build environment, it is important to keep the files used to compile GKI kernel the same between the GKI kernel and the device kernel. Otherwise, unexpected issues may arise. For instance, a change made to a core kernel file on the device kernel would not have any effect on the generated boot.img since that file isn't used to compile vmlinux, the one from GKI kernel tree is. Change-Id: Icdd3512a5c4010d7d2272d00c2a21e3dfc3ee473 Signed-off-by: Sivasri Kumar, Vanka <quic_svanka@quicinc.com>
This commit is contained in:
parent
53f97d77bb
commit
0223b2b2b6
@ -164,6 +164,7 @@ arch/arm64/include/asm/vdso/gettimeofday.h
|
||||
arch/arm64/include/asm/vdso.h
|
||||
arch/arm64/include/asm/vdso/processor.h
|
||||
arch/arm64/include/asm/vdso/vsyscall.h
|
||||
arch/arm64/include/asm/vectors.h
|
||||
arch/arm64/include/asm/vermagic.h
|
||||
arch/arm64/include/asm/virt.h
|
||||
arch/arm64/include/asm/vmalloc.h
|
||||
@ -507,6 +508,7 @@ crypto/crypto_null.c
|
||||
crypto/ctr.c
|
||||
crypto/cts.c
|
||||
crypto/deflate.c
|
||||
crypto/des_generic.c
|
||||
crypto/drbg.c
|
||||
crypto/ecb.c
|
||||
crypto/ecc.c
|
||||
@ -2258,6 +2260,7 @@ include/crypto/chacha20poly1305.h
|
||||
include/crypto/chacha.h
|
||||
include/crypto/ctr.h
|
||||
include/crypto/curve25519.h
|
||||
include/crypto/des.h
|
||||
include/crypto/drbg.h
|
||||
include/crypto/ecdh.h
|
||||
include/crypto/engine.h
|
||||
@ -2274,6 +2277,7 @@ include/crypto/internal/blake2b.h
|
||||
include/crypto/internal/blake2s.h
|
||||
include/crypto/internal/chacha.h
|
||||
include/crypto/internal/cipher.h
|
||||
include/crypto/internal/des.h
|
||||
include/crypto/internal/geniv.h
|
||||
include/crypto/internal/hash.h
|
||||
include/crypto/internal/kpp.h
|
||||
@ -4819,6 +4823,7 @@ lib/crypto/chacha.c
|
||||
lib/crypto/curve25519.c
|
||||
lib/crypto/curve25519-generic.c
|
||||
lib/crypto/curve25519-hacl64.c
|
||||
lib/crypto/des.c
|
||||
lib/crypto/libchacha.c
|
||||
lib/crypto/poly1305.c
|
||||
lib/crypto/poly1305-donna64.c
|
||||
|
Loading…
Reference in New Issue
Block a user