Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 2.12 KB

README.md

File metadata and controls

59 lines (48 loc) · 2.12 KB

resurrection_manifest for mordiford-RR

日本語でおk→ README_ja.md

about

  • This Resository is platform_manifest for Modified Resurrection Remix(mordiford-RR)
    • Reduce download size
    • Removed: too old hardwares (like omap), unused devices (like android emulator), unused toolchains
  • Changed toolchain to UBER ToolChain 4.9
    • If your device has arm64 chipset, you have to set KERNEL_TOOLCHAIN on BoardConfig.mk.
  • Removed these packages:
    • packages/
      • apps/
        • AudioFX
        • Browser
        • Calendar
        • Eleven
        • FMRadio
        • TvSettings
        • TvProvider
      • screensavers/
        • PhotoTables
        • WebView
      • wallpapers/
        • Galaxy4
        • HoloSpiral
        • NoiseField
        • PhaseBeam
    • note: build for hammerhead, you should remove LiveWallpaper components from vendor like this
    • I removed AOSP Browser, but Cyanogen Browser aka gello is still alive. If you want to use gello, add this to device.mk:
# Gello
PRODUCT_PACKAGES += \
   Gello

How to use

repo init -u https://github.com/mordiford-RR/resurrection_manifest.git -b trusty
repo sync -j8 -c -f --force-sync --no-clone-bundle

Author

lindwurm