Updated Building With Android Build System (markdown)

2025-09-11 10:32:31 +03:00
parent 4727f98050
commit 68d436ae07

@@ -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: You can add the project in two ways:
- **Place in external directory:** - **Placing in `external` directory:**
```bash ```bash
git clone https://github.com/ShawkTeam/pmt-renovated external/pmt git clone https://github.com/ShawkTeam/pmt-renovated external/pmt
``` ```
- **Place in the device tree:** - **Placing in the device tree:**
```bash ```bash
git clone https://github.com/ShawkTeam/pmt-renovated device/<vendor>/<device>/pmt git clone https://github.com/ShawkTeam/pmt-renovated device/<vendor>/<device>/pmt
``` ```