Skip to content

Compiling for ACER Liquid

loxK edited this page Sep 13, 2010 · 3 revisions

Compiling for Acer Liquid does not actually works. This work is in progress and compilation should be working soon.

In order to compile using this source, you must have a 2.x ROM for your device with the correct name: update-liquid.zip.

The ROM should be at your AOSP root.

Usage instructions

  1. cd to the AOSP root
  1. Run curl http://cloud.github.com/downloads/loxK/android_vendor_community/local_manifest.xml >./.repo/local_manifest.xml
  1. Run repo sync to update the repositories
  1. Run pushd vendor/community/liquid && ./unzip-files.sh && popd
    to unzip proprietary files from existing rom.
  1. Run . build/envsetup.sh to setup your build environment
  1. Run lunch community_liquid-userdebug or lunch community_liquid-eng or lunch community_liquid-user to select the right configuration
  1. Run make (or make -j4 for dual core)
Clone this wiki locally