Updated Building With Android Build System (markdown)

2025-09-11 10:30:37 +03:00
parent 0e71443bf7
commit 4727f98050

@@ -1,6 +1,6 @@
This guide is for integrating the [PMT Renovated](https://github.com/ShawkTeam/pmt-renovated) project into the Android build system. This guide is for integrating the [PMT Renovated](https://github.com/ShawkTeam/pmt-renovated) project into the Android build system.
## 1. Downloading or Cloning the Source ## Downloading or Cloning the Source
You can add the project in two ways: You can add the project in two ways:
@@ -18,7 +18,7 @@ You can add the project in two ways:
PRODUCT_SOONG_NAMESPACES += $(DEVICE_PATH) PRODUCT_SOONG_NAMESPACES += $(DEVICE_PATH)
``` ```
## 2. Including in Recovery ## Including in Recovery
To include the project in the recovery image, add the following to `device.mk`: To include the project in the recovery image, add the following to `device.mk`:
@@ -26,7 +26,7 @@ To include the project in the recovery image, add the following to `device.mk`:
PRODUCT_PACKAGES += pmt.recovery PRODUCT_PACKAGES += pmt.recovery
``` ```
## 3. Including in Normal ROM or System Image ## Including in Normal ROM or System Image
To include the project in the normal ROM or system image, add the following to `device.mk`: To include the project in the normal ROM or system image, add the following to `device.mk`: