commit | dd9e1e40a305294da09d28cfcd63d2b16cb9bf89 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Nov 02 18:49:09 2022 +0000 |
committer | Colin Cross <ccross@android.com> | Fri Nov 04 17:25:54 2022 +0000 |
tree | 754529ef07c0326bee8e2f7dbd056f2c9aed3ae2 | |
parent | 8eeff2b0b8f0661f61968f96d069fdb1531b1223 [diff] |
aosp_riscv64: inherit from default products that don't break the build Uncomment everything in aosp_riscv64.mk that doesn't break the aosp_riscv64-userdebug build. Test: m droid dist Change-Id: I29b07d74fb8e93848bd422287e9cfaa32bde6d93
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.