commit | e0dc6b9d77308c11ce2b3efc95a879c34bdfd5e9 | [log] [tgz] |
---|---|---|
author | Priyanka Advani (xWF) <padvani@google.com> | Wed Nov 06 01:08:25 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 06 01:08:25 2024 +0000 |
tree | 17b80e30a28d1139b6276ef92560ff7c291f9c2c | |
parent | 2a9290258f94c57fad6850170233d8c20880ee42 [diff] |
Revert "Symlink shared libs to their module in general-tests.zip" This reverts commit 2a9290258f94c57fad6850170233d8c20880ee42. Reason for revert: Droidmonitor created revert due to b/377587210. Will be verifying through ABTD before submission. Change-Id: I9ba87731c8c08508bd6d582aa42ba580204ba02a
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.