Browse Source

manifest: fix typos

Change-Id: Id60aea5b069f66fb82dc642505c153c0f1d400eb
maxwen 6 years ago
parent
commit
8865ab68e1
1 changed files with 5 additions and 4 deletions
  1. 5 4
      omni-default.xml

+ 5 - 4
omni-default.xml

@@ -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" />