commit | bc685f920cdc501f1459e34cca01c2ba72bd4402 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Nov 06 19:27:20 2020 +0000 |
committer | Yifan Hong <elsk@google.com> | Thu Nov 12 20:06:54 2020 +0000 |
tree | c9fceda346bee4dac2fb4034c5aed0ff9da4dfb6 | |
parent | 4cecc437962f947584d298db16df2392b88c2890 [diff] |
Revert "Mount generic ramdisk as readwrite." This reverts commit 78b55b224408dc956f64f826fc666bc8df70e61d. Reason for revert: Replaced by Ib99aca13d4d: ANDROID: GKI: build in a kernel command line of "rw" Prebuilt is checked in at Ie34b5b017: Update kernel to builds 6964541 Fixes: 171512004 Test: TH Change-Id: I2aec88cc22483a6b3a671fc664d465624a14e5b0
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.