commit | ed72d33a9a9fa3d11c59d13d538dd0c006a54169 | [log] [tgz] |
---|---|---|
author | Chun-Yi Lee <easoncylee@google.com> | Tue Aug 22 01:18:45 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 22 01:18:51 2023 +0000 |
tree | a7414fb630cd6887e2ba8d0fafb200024dc6f0e7 | |
parent | f7554e37355e2abc63ea180b0659372910b241e3 [diff] |
Revert "Ignore vndk compat symlinks in artifact path requirements" Revert submission 2718295-colefaust_track_apex_compat_symlinks Reason for revert: To validate if this change is causing the build breakage. Reverted changes: /q/submissionid:2718295-colefaust_track_apex_compat_symlinks Change-Id: I781cd6869daaf5931c5fabb5ca109502b1b52b3e
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.