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`: