FreeBroid
FreeBroid is porting Android to FreeBSD. It, now, enables FreeBSD users to develop Android without installation of Linux. The target of the project to run Android on FreeBSD; a.k.a. with BSD kernel.
build
-
Cloning this repository:
git clone git://gitorious.org/freebroid/build.git build cd build
Add this repository as a remote to an existing local repository:
git remote add build git://gitorious.org/freebroid/build.git git fetch build git checkout -b my-local-tracking-branch build/master_or_other_branch
bionic
-
Cloning this repository:
git clone git://gitorious.org/freebroid/bionic.git bionic cd bionic
Add this repository as a remote to an existing local repository:
git remote add bionic git://gitorious.org/freebroid/bionic.git git fetch bionic git checkout -b my-local-tracking-branch bionic/master_or_other_branch
dalvik
-
Cloning this repository:
git clone git://gitorious.org/freebroid/dalvik.git dalvik cd dalvik
Add this repository as a remote to an existing local repository:
git remote add dalvik git://gitorious.org/freebroid/dalvik.git git fetch dalvik git checkout -b my-local-tracking-branch dalvik/master_or_other_branch
development
-
Cloning this repository:
git clone git://gitorious.org/freebroid/development.git development cd development
Add this repository as a remote to an existing local repository:
git remote add development git://gitorious.org/freebroid/development.git git fetch development git checkout -b my-local-tracking-branch development/master_or_other_branch
external_elfutils
-
Cloning this repository:
git clone git://gitorious.org/freebroid/external_elfutils.git external_elfutils cd external_elfutils
Add this repository as a remote to an existing local repository:
git remote add external_elfutils git://gitorious.org/freebroid/external_elfutils.git git fetch external_elfutils git checkout -b my-local-tracking-branch external_elfutils/master_or_other_branch
external_genext2fs
-
Cloning this repository:
git clone git://gitorious.org/freebroid/external_genext2fs.git external_genext2fs cd external_genext2fs
Add this repository as a remote to an existing local repository:
git remote add external_genext2fs git://gitorious.org/freebroid/external_genext2fs.git git fetch external_genext2fs git checkout -b my-local-tracking-branch external_genext2fs/master_or_other_branch
external_openssl
-
Cloning this repository:
git clone git://gitorious.org/freebroid/external_openssl.git external_openssl cd external_openssl
Add this repository as a remote to an existing local repository:
git remote add external_openssl git://gitorious.org/freebroid/external_openssl.git git fetch external_openssl git checkout -b my-local-tracking-branch external_openssl/master_or_other_branch
external_sdl
-
Cloning this repository:
git clone git://gitorious.org/freebroid/external_sdl.git external_sdl cd external_sdl
Add this repository as a remote to an existing local repository:
git remote add external_sdl git://gitorious.org/freebroid/external_sdl.git git fetch external_sdl git checkout -b my-local-tracking-branch external_sdl/master_or_other_branch
external_qemu
-
Cloning this repository:
git clone git://gitorious.org/freebroid/external_qemu.git external_qemu cd external_qemu
Add this repository as a remote to an existing local repository:
git remote add external_qemu git://gitorious.org/freebroid/external_qemu.git git fetch external_qemu git checkout -b my-local-tracking-branch external_qemu/master_or_other_branch
frameworks_base
-
Cloning this repository:
git clone git://gitorious.org/freebroid/frameworks_base.git frameworks_base cd frameworks_base
Add this repository as a remote to an existing local repository:
git remote add frameworks_base git://gitorious.org/freebroid/frameworks_base.git git fetch frameworks_base git checkout -b my-local-tracking-branch frameworks_base/master_or_other_branch
prebuilt
-
Cloning this repository:
git clone git://gitorious.org/freebroid/prebuilt.git prebuilt cd prebuilt
Add this repository as a remote to an existing local repository:
git remote add prebuilt git://gitorious.org/freebroid/prebuilt.git git fetch prebuilt git checkout -b my-local-tracking-branch prebuilt/master_or_other_branch
system_core
-
Cloning this repository:
git clone git://gitorious.org/freebroid/system_core.git system_core cd system_core
Add this repository as a remote to an existing local repository:
git remote add system_core git://gitorious.org/freebroid/system_core.git git fetch system_core git checkout -b my-local-tracking-branch system_core/master_or_other_branch
freebroid
-
Cloning this repository:
git clone git://gitorious.org/freebroid/freebroid.git freebroid cd freebroid
Add this repository as a remote to an existing local repository:
git remote add freebroid git://gitorious.org/freebroid/freebroid.git git fetch freebroid git checkout -b my-local-tracking-branch freebroid/master_or_other_branch
cts
-
Cloning this repository:
git clone git://gitorious.org/freebroid/cts.git cts cd cts
Add this repository as a remote to an existing local repository:
git remote add cts git://gitorious.org/freebroid/cts.git git fetch cts git checkout -b my-local-tracking-branch cts/master_or_other_branch
external_clearsilver
-
Cloning this repository:
git clone git://gitorious.org/freebroid/external_clearsilver.git external_clearsilver cd external_clearsilver
Add this repository as a remote to an existing local repository:
git remote add external_clearsilver git://gitorious.org/freebroid/external_clearsilver.git git fetch external_clearsilver git checkout -b my-local-tracking-branch external_clearsilver/master_or_other_branch
external_srec
-
Cloning this repository:
git clone git://gitorious.org/freebroid/external_srec.git external_srec cd external_srec
Add this repository as a remote to an existing local repository:
git remote add external_srec git://gitorious.org/freebroid/external_srec.git git fetch external_srec git checkout -b my-local-tracking-branch external_srec/master_or_other_branch
external_v8
-
Cloning this repository:
git clone git://gitorious.org/freebroid/external_v8.git external_v8 cd external_v8
Add this repository as a remote to an existing local repository:
git remote add external_v8 git://gitorious.org/freebroid/external_v8.git git fetch external_v8 git checkout -b my-local-tracking-branch external_v8/master_or_other_branch
Activities 
-
Tuesday December 07 2010
-
Repository
02:54
wayling cloned freebroid/build
New repository is in waylings-build
-
-
Friday August 13 2010
-
Commit
04:42
Thinker created branch FreeBSD-host on freebroid/external_v8
-
Commit
04:41
Thinker created branch FreeBSD-host on freebroid/external_srec
-
Push
04:39
-
Commit
04:36
Thinker created branch FreeBSD-host on freebroid/external_clearsilver
-
Commit
04:36
Thinker created branch FreeBSD-host on freebroid/cts
-
Push
04:32
Thinker pushed 9cee050a to freebroid/system_core:FreeBSD-host
Thinker K.F. Li on August 13, 2010 04:16 -
Push
04:32
Thinker pushed 823f488d to freebroid/frameworks_base:FreeBSD-host
Thinker K.F. Li on August 13, 2010 04:15 -
Push
04:32
Thinker pushed 01a78340 to freebroid/external_qemu:FreeBSD-host
Thinker K.F. Li on August 13, 2010 04:15 -
Push
04:31
-
Repository
04:30
Thinker created repository external_v8 in FreeBroid
-
Repository
04:29
Thinker created repository external_srec in FreeBroid
-
Repository
04:29
Thinker created repository external_clearsilver in FreeBroid
-
Repository
04:28
-
-
Tuesday July 27 2010
-
Favorite
06:14
yaosj2k started watching freebroid/freebroid
-
-
Sunday July 11 2010
-
Push
11:54
-
Push
08:29
Thinker pushed 1126 commits to freebroid/system_core:FreeBSD-host
FreeBSD-host changed from 90bfcf4 to e07e50e

-
Push
08:29
Thinker pushed 172 commits to freebroid/prebuilt:FreeBSD-host
FreeBSD-host changed from 12bcfa7 to a7f3311

-
Push
07:00
Thinker pushed 21640 commits to freebroid/frameworks_base:FreeBSD-host
FreeBSD-host changed from f6d2bb9 to ffcffc5

-
Push
06:16
Thinker pushed 253 commits to freebroid/external_qemu:FreeBSD-host
FreeBSD-host changed from cbbbc60 to b211019

-
Push
06:15
Thinker pushed 27 commits to freebroid/external_openssl:FreeBSD-host
FreeBSD-host changed from 7141b5b to 78f30bf

-
Push
06:15
Thinker pushed 5 commits to freebroid/external_genext2fs:FreeBSD-host
FreeBSD-host changed from 8404a8b to abf6e37

-
Push
06:15
Thinker pushed 11 commits to freebroid/external_elfutils:FreeBSD-host
FreeBSD-host changed from de4311c to 7f8be63

-
Push
06:14
Thinker pushed 2993 commits to freebroid/development:FreeBSD-host
FreeBSD-host changed from e7ddbb1 to b80f9c5

-
Push
06:12
Thinker pushed 1864 commits to freebroid/dalvik:FreeBSD-host
FreeBSD-host changed from b6b4cb5 to 37a52ab

-
Push
06:07
Thinker pushed 1743 commits to freebroid/build:FreeBSD-host
FreeBSD-host changed from 886e311 to 1cd5df3

-
Push
06:06
Thinker pushed 419 commits to freebroid/bionic:FreeBSD-host
FreeBSD-host changed from bf76947 to d96b133

-
-
Friday April 16 2010
-
Favorite
03:49
invu started watching freebroid/freebroid
-

