Skip to content

The Katya ® 👽 OS Make Build System, although being phased out upstream, remains a key part of legacy development for Katya OS. It facilitates the building and compilation of the OS, ensuring stability and compatibility across various devices. Despite the shift to newer systems, Make continues to serve as a reliable tool for managing build process.

Notifications You must be signed in to change notification settings

Katya-Incorporated/platform_build

 
 

Repository files navigation

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.

About

The Katya ® 👽 OS Make Build System, although being phased out upstream, remains a key part of legacy development for Katya OS. It facilitates the building and compilation of the OS, ensuring stability and compatibility across various devices. Despite the shift to newer systems, Make continues to serve as a reliable tool for managing build process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 32.1%
  • Python 31.0%
  • Go 13.8%
  • Rust 7.7%
  • Java 5.3%
  • C++ 3.8%
  • Other 6.3%