commit | ba7be1ebcad2cef7bf64ccd2e19649c39b1c2bad | [log] [tgz] |
---|---|---|
author | Hsiu-Chang Chen <hsiuchangchen@google.com> | Tue Mar 07 16:59:14 2023 +0800 |
committer | Hsiu-Chang Chen <hsiuchangchen@google.com> | Wed Mar 08 00:40:39 2023 +0000 |
tree | 194af2733788c0e97716137c092f30edbc2ac949 | |
parent | 0f85faa6722276d95021f53413cfccb0b0cb6b93 [diff] |
wlan: Update the path of wpa_supplicant_8_lib Add the default path back for backward compatibility Bug: 271240400 Test: Build Pass Change-Id: I0cbf7d29984bf99a01dbab39df9ff565aa6f0e55 Ignore-AOSP-First: changes in topics with internal-first
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.