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

Commit 85750262 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

unpackbootimg: add a target specifically for unpackbootimg.

for some reason, and I am guessing this is a bug in the Android build, I can no longer run the following:
make -j32 out/host/darwin-x86/bin/unpackbootimg

It works if the build has been built, but not if it is clean. Somewhere within the bowels of AOSP
something broken in 4.1.2.

Change-Id: I4f8c434f3fce9ddaee4f54febba02efac07a31a3
parent 8bce8c05
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1106,6 +1106,12 @@ OTATOOLS := $(DISTTOOLS) \
.PHONY: otatools
otatools: $(OTATOOLS)


UNPACKBOOTIMG :=  $(HOST_OUT_EXECUTABLES)/unpackbootimg

.PHONY: unpackbootimg
otatools: $(UNPACKBOOTIMG)

# -----------------------------------------------------------------
# A zip of the directories that map to the target filesystem.
# This zip can be used to create an OTA package or filesystem image