commit | 70b9ac0dddf5d48a087f0e5ec7d19d19463dd8c8 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Thu Jul 11 18:50:46 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Thu Jul 11 18:50:46 2024 +0000 |
tree | 852443fb179ee0ebe56b2f8d2c24d8ad78c8615d | |
parent | 0d18be30ae7ac0556fda0302b838ba197783a38f [diff] |
add storage java internal reader Test: n/a Bug: n/a Change-Id: I852ab4080bee9240549dc4be0c09dbe1f72d06b0
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.