Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 674 Bytes

Utilities.md

File metadata and controls

27 lines (17 loc) · 674 Bytes

Building DualBootUtilities Zip

Please follow the directions in App-Android.md up until the build step. The same dependencies are needed for building the utilities zip.

Build process

After running cmake:

  1. Build the armeabi-v7a components. Building everything with just make will work as well, but this will save time during the compilation.

    make android-system_armeabi-v7a
  2. Build devices.json from the templates in data/devices.

    make -C data/devices
  3. Build the utilities zip.

    ./utilities/create.sh

    The result will be in utilities/DualBootUtilities-<version>.zip