manifest: fix typos

Change-Id: Id60aea5b069f66fb82dc642505c153c0f1d400eb
This commit is contained in:
maxwen 2020-04-22 15:20:04 +02:00
parent 65a7a21ff4
commit 8865ab68e1
1 changed files with 5 additions and 4 deletions

View File

@ -1,15 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- FIRST: Remove unused/forked AOSP Projects -->
<include name="remove.xml" />-->
<include name="remove.xml" />
<!-- Include forked AOSP -->
<include name="omni-aosp.xml" />-->
<include name="omni-aosp.xml" />
<!-- Include forked CAF -->
<include name="omni-caf.xml" />-->
<include name="omni-caf.xml" />
<include name="omni-private.xml" />-->
<!-- include registered repos -->
<include name="omni-private.xml" />
<!-- OmniROM Projects -->
<project path="android" name="android" remote="omnirom" revision="android-10" />