e34df46854ede208b251d2d388f20de4efe2a701
Before:
mka bootimage
qcacld failed to compile, but boot.img is generated
After:
mka bootimage
qcacld failed to compile and no boot.img is generated
Commit fadfdbf introduced the idea of building external modules,
but it didn't account for the scenario where compilation could fail
while the boot.img is still being built.
Fix this by properly stopping the build process as soon as the external
module fails to compile.
Change-Id: Ifed28825f8e4b78d304fe62a47908e208edfb886
Description
PawletOS version of TWRP
Languages
Makefile
43.4%
Python
34%
C++
12.2%
Go
6.8%
Shell
3.6%