resize: Make a target for standalone resize2fs_static binary

Author: Bruno Martins <bgcngm@gmail.com>
Date:   Tue Mar 20 00:28:54 2018 +0000

    resize: Make a target for standalone resize2fs_static binary

     * Some devices still ship this static binary into the OTA in order to
       automatically resize system partition after OTA is installed.

     * This restores resize/Android.mk that had been removed in commit 7a9e1a9
       and applies commit 0f37ade7. Apparently this is the only way to copy
       the executable to a path outside $OUT/system without messing with soong.

    Change-Id: Ied438c977d0920ef672dcce156ff62d5c658aa33

Author: Tom Marshall <tdm.code@gmail.com>
Date:   Fri Jan 18 09:41:18 2019 -0800

    e2fsprogs: Fix resize2fs_static build

    Change "resize: Make a target for standalone resize2fs_static binary"
    added a top level Android.mk which broke e2fsdroid_static because the
    macro all-sudbir-makefiles only looks one level deep.

    Fix this by adding an Android.mk to contrib, so that the build system
    sees contrib/android/Android.mk.

    Change-Id: I91e673dd207af3f6c7176370b3598a5eefd952b2

Change-Id: I62229325f0ee9efb65aa61c3f903f41ca7c978b8
3 files changed