Clone this repo:
  1. 6aa71ed ota_from_target_files: Use ParseInfoDict if only a zipped target-files package is provided by Tim Zimmermann · 7 weeks ago fourteen
  2. 0dc4975 releasetools: edit to better show the state of PE by Ruchit · 4 weeks ago
  3. 6a7820e Disable sparse images for A/B updater targets by LuK1337 · 5 months ago
  4. 005c422 Merge tag 'android-14.0.0_r22' into HEAD by Pulkit077 · 7 weeks ago
  5. 73a27f3 no matter what build type we dont want to see anything but Build_ID by beanstown106 · 8 years ago

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.