Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d1d7d7e authored by Steve Kondik's avatar Steve Kondik
Browse files

Adding T-Mobile theme engine

Change-Id: I2f32f15a7e37bbed69c92f4661c24726dabc80ce
parent 0398a392
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@
           fetch="git://github.com/"
           review="review.cyanogenmod.com" />

  <remote  name="themes"
           fetch="git://github.com/tmobile" />

  <default revision="gingerbread"
           remote="korg" />

@@ -137,7 +140,7 @@
  <project path="external/xmlwriter" name="platform/external/xmlwriter" />
  <project path="external/yaffs2" name="CyanogenMod/android_external_yaffs2" remote="github" />
  <project path="external/zlib" name="CyanogenMod/android_external_zlib" remote="github" />
  <project path="frameworks/base" name="CyanogenMod/android_frameworks_base" remote="github" />
  <project path="frameworks/base" name="CyanogenMod/android_frameworks_base" remote="github" revision="themes-exp" />
  <project path="frameworks/ex" name="platform/frameworks/ex" />
  <project path="frameworks/opt/emoji" name="platform/frameworks/opt/emoji" />
  <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" />
@@ -218,8 +221,15 @@
  <project path="system/vold" name="CyanogenMod/android_system_vold" remote="github" />
  <project path="system/wlan/ti" name="CyanogenMod/android_system_wlan_ti" remote="github" />

  <project path="vendor/cyanogen" name="CyanogenMod/android_vendor_cyanogen" remote="github" />
  <project path="vendor/cyanogen" name="CyanogenMod/android_vendor_cyanogen" remote="github" revision="themes-exp" />

  <project path="vendor/tmobile/apps/ThemeChooser" name="CyanogenMod/themes-platform-vendor-tmobile-apps-ThemeChooser" remote="github" revision="refs/heads/master" />
  <project path="vendor/tmobile/libs/com.tmobile.themes" name="themes-platform-vendor-tmobile-libs-com.tmobile.themes" remote="themes" revision="refs/heads/master" />
  <project path="vendor/tmobile/providers/ThemeManager" name="themes-platform-vendor-tmobile-providers-ThemeManager" remote="themes" revision="refs/heads/master" />
  <project path="vendor/tmobile/themes/Androidian" name="themes-platform-vendor-tmobile-themes-Androidian" remote="themes" revision="refs/heads/experimental" />
  <project path="vendor/tmobile/themes/Cyanbrean" name="themes-platform-vendor-tmobile-themes-Cyanbread" remote="themes" revision="refs/heads/master" />
  <project path="vendor/tmobile/products/themes" name="themes-platform-vendor-tmobile-products-themes" remote="themes" revision="refs/heads/master" />

  <project path="android" name="CyanogenMod/android" remote="github" />
  <project path="android" name="CyanogenMod/android" remote="github" revision="themes-exp" />

</manifest>