All Projects → LineageOS → Android_build

LineageOS / Android_build

Labels

Projects that are alternatives of or similar to Android build

Adb root
Magisk Module that allows you to run "adb root".
Stars: ✭ 97 (-3.96%)
Mutual labels:  makefile
Kernel Tools
🐧 Kernels on Scaleway
Stars: ✭ 99 (-1.98%)
Mutual labels:  makefile
Bsdiff and patch
just demo;
Stars: ✭ 102 (+0.99%)
Mutual labels:  makefile
Ozon Icon Theme
Official icon theme for Ozon OS
Stars: ✭ 97 (-3.96%)
Mutual labels:  makefile
Libreelec.tv
Just enough OS for KODI
Stars: ✭ 1,358 (+1244.55%)
Mutual labels:  makefile
Sklearn tutorial
Tutorial for astronomy data processing with scikit-learn
Stars: ✭ 100 (-0.99%)
Mutual labels:  makefile
Gomk
An opinionated Makefile for Go projects.
Stars: ✭ 96 (-4.95%)
Mutual labels:  makefile
Layout Instability
A proposal for a Layout Instability specification
Stars: ✭ 103 (+1.98%)
Mutual labels:  makefile
Openwrt V2ray
V2Ray for OpenWrt
Stars: ✭ 1,358 (+1244.55%)
Mutual labels:  makefile
Cookiecutter Lux Python
Cookiecutter template for an idiomatic Python project driven by Makefile
Stars: ✭ 102 (+0.99%)
Mutual labels:  makefile
Cgc Release Documentation
DARPA Cyber Grand Challenge Documentation
Stars: ✭ 97 (-3.96%)
Mutual labels:  makefile
Moztt
Fonts used on FirefoxOS
Stars: ✭ 98 (-2.97%)
Mutual labels:  makefile
License List Xml
This is the repository for the master files that comprise the SPDX License List
Stars: ✭ 101 (+0%)
Mutual labels:  makefile
Dotfiles
💻 Use command line interface manager for macOS configuration.
Stars: ✭ 97 (-3.96%)
Mutual labels:  makefile
Mesos Compose
Mesos cluster in one command
Stars: ✭ 102 (+0.99%)
Mutual labels:  makefile
Docker Tunnel
a (simple) dockerized ssh tunnel
Stars: ✭ 96 (-4.95%)
Mutual labels:  makefile
Udict
A command line urban dictionary.
Stars: ✭ 99 (-1.98%)
Mutual labels:  makefile
Microservice Canvas
Examples of the microservice canvas
Stars: ✭ 103 (+1.98%)
Mutual labels:  makefile
Pyzh
📚 一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。
Stars: ✭ 1,387 (+1273.27%)
Mutual labels:  makefile
Activiti Cloud Examples
Activiti Cloud Examples using Docker Images from: https://hub.docker.com/u/activiti/dashboard/
Stars: ✭ 102 (+0.99%)
Mutual labels:  makefile

Android Make Build System

This is the Makefile-based portion of the Android Build System.

For documentation on how to run a build, see Usage.txt

For a list of behavioral changes useful for Android.mk writers see Changes.md

For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.

This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].