Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ and add the following towards the end:
<project path="vendor/opengapps/sources/x86_64" name="x86_64" clone-depth="1" revision="master" remote="opengapps-gitlab" />
```

> [!IMPORTANT]
> If you are cloning manually, please ensure the urls are from gitlab urls and not github.<br />
> vendor/openapps/sources/* are from gitlab.<br /><br />
> Note : If you face below error, please ensure you are using gitlab url<br />
> "Android.mk: error: ActionsServices: No source files specified"<br />
> Refer https://github.com/opengapps/aosp_build/issues/231 for more details

**2. Set the desired OpenGapps variant**

In your `device/manufacturer/product/device.mk` file, in the beginning, add:
Expand Down