This guide is for integrating the PMT Renovated project into the Android build system.
Downloading or Cloning the Source
You can add the project in two ways:
-
Placing in external directory:
-
Placing in the device tree:
If added to the device tree, add the following line in your device.mk:
Including in Recovery
To include the project in the recovery image, add the following to device.mk:
Including in Normal ROM or System Image
To include the project in the normal ROM or system image, add the following to device.mk:
Now, the PMT Renovated project will be part of your selected build target.