commit | f1b88bb0a9911395989208c07fe33c1e8f8179f7 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Jun 13 21:55:38 2023 +0000 |
committer | Yabin Cui <yabinc@google.com> | Tue Jun 13 21:55:38 2023 +0000 |
tree | e5a90026617c0c22409910819daec8bc5ad8152f | |
parent | 0fd965132165b9fd29becd6856fcd7b8194e8f27 [diff] |
Replace libc++.so.1 with libc++.so After clang update (with aosp/2590665), clang prebuilts now depend on libc++.so instead of libc++.so.1. Bug: 287115146 Test: presubmit Change-Id: If2fc9411e7eb5542896f3cdce9adea786451ddbc
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.