You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Android_boot_image_editor/Makefile

15 lines
389 B
Makefile

all:
-git apply external/remove_projects.diff
make -C aosp/mkbootfs
make -C aosp/libsparse/base/
make -C aosp/libsparse/sparse/
make -C aosp/libsparse
make -C aosp/libavb
clean:
-git apply -R external/remove_projects.diff
make clean -C aosp/mkbootfs
make clean -C aosp/libsparse/base/
make clean -C aosp/libsparse/sparse/
make clean -C aosp/libsparse
make clean -C aosp/libavb