From 68d436ae07364b3522315d6b17aa7afe47a48679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Thu, 11 Sep 2025 10:32:31 +0300 Subject: [PATCH] Updated Building With Android Build System (markdown) --- Building-With-Android-Build-System.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-With-Android-Build-System.md b/Building-With-Android-Build-System.md index 0580c8a..32bb445 100644 --- a/Building-With-Android-Build-System.md +++ b/Building-With-Android-Build-System.md @@ -4,12 +4,12 @@ This guide is for integrating the [PMT Renovated](https://github.com/ShawkTeam/p You can add the project in two ways: -- **Place in external directory:** +- **Placing in `external` directory:** ```bash git clone https://github.com/ShawkTeam/pmt-renovated external/pmt ``` -- **Place in the device tree:** +- **Placing in the device tree:** ```bash git clone https://github.com/ShawkTeam/pmt-renovated device///pmt ```