Skip to content

KFire-Android/android_system_core

This branch is 2 commits ahead of, 16398 commits behind CyanogenMod/android_system_core:cm-14.1.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aea3475 · Nov 6, 2013
Jul 25, 2013
Apr 10, 2013
Feb 20, 2013
Jul 24, 2013
Jul 1, 2013
Jul 24, 2013
Sep 24, 2013
Aug 17, 2012
Sep 9, 2013
Sep 24, 2013
Nov 6, 2013
May 21, 2013
Mar 25, 2009
Sep 21, 2013
Jul 26, 2012
Sep 20, 2012
Jun 4, 2010
Jul 24, 2013
Sep 24, 2013
Apr 11, 2013
Aug 2, 2013
Sep 12, 2012
Apr 10, 2013
Apr 1, 2013
Dec 7, 2012
Aug 22, 2012
Sep 2, 2013
Aug 21, 2013
Sep 24, 2013
Aug 20, 2012
Sep 25, 2013
Sep 21, 2013
Mar 10, 2013
Sep 29, 2011
Apr 23, 2013
Oct 8, 2013
Aug 28, 2013
Oct 8, 2013
Aug 1, 2012
Aug 22, 2013
May 26, 2009
Jul 12, 2011
Mar 26, 2013
Jul 30, 2013
Jul 30, 2013
Mar 4, 2009
Jul 16, 2010

Repository files navigation

The system/ directory is intended for pieces of the world that are the
core of the embedded linux platform at the heart of Android.  These
essential bits are required for basic booting, operation, and debugging.

They should not depend on libraries outside of system/... (some of them
do currently -- they need to be updated or changed) and they should not
be required for the simulator build.

The license for all these pieces should be clean (Apache2, BSD, or MIT).

Currently system/bluetooth/... and system/extra/... have some pieces
with GPL/LGPL licensed code.

Assorted Issues:

- pppd depends on libutils for logging
- pppd depends on libcrypt/libcrypto
- init, linker, debuggerd, toolbox, usbd depend on libcutils
- should probably rename bionic to libc

About

Android System Core (CM)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.8%
  • C++ 14.9%
  • Assembly 1.6%
  • Other 0.7%