From 4727f98050ee49a59cb565b8ce4cce21abfac0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Thu, 11 Sep 2025 10:30:37 +0300 Subject: [PATCH] Updated Building With Android Build System (markdown) --- Building-With-Android-Build-System.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Building-With-Android-Build-System.md b/Building-With-Android-Build-System.md index 8266354..0580c8a 100644 --- a/Building-With-Android-Build-System.md +++ b/Building-With-Android-Build-System.md @@ -1,6 +1,6 @@ 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: @@ -18,7 +18,7 @@ You can add the project in two ways: 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`: @@ -26,7 +26,7 @@ To include the project in the recovery image, add the following to `device.mk`: 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`: