-
Notifications
You must be signed in to change notification settings - Fork 3
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.
- cd to the AOSP root
- Run
curl http://cloud.github.com/downloads/loxK/android_vendor_community/local_manifest.xml >./.repo/local_manifest.xml
- Run
repo sync
to update the repositories
- Run
pushd vendor/community/liquid && ./unzip-files.sh && popd
to unzip proprietary files from existing rom.
- Run
. build/envsetup.sh
to setup your build environment
- Run
lunch community_liquid-userdebug
orlunch community_liquid-eng
orlunch community_liquid-user
to select the right configuration
- Run
make
(ormake -j4
for dual core)