manifest: fix typos
Change-Id: Id60aea5b069f66fb82dc642505c153c0f1d400eb
This commit is contained in:
parent
65a7a21ff4
commit
8865ab68e1
1 changed files with 5 additions and 4 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue