commit | 0f03267c9542cb91cb8cdf4b96da62e2bec34cf6 | [log] [tgz] |
---|---|---|
author | Hsiu-Chang Chen <hsiuchangchen@google.com> | Thu Jul 21 10:11:00 2022 +0000 |
committer | Hsiu-Chang Chen <hsiuchangchen@google.com> | Fri Jul 22 03:05:26 2022 +0000 |
tree | c35cd8d1b90c48db6a28b4e33b923ba8d1ae5ed5 | |
parent | f542e3a0b40772c05c7aeae26d47e73132ab246a [diff] |
wlan: Update the path of wpa_supplicant_8_lib for qcom Modify the path because we create another wifi_hal and change the file structure. Bug: 213413875 Bug: 239783932 Change-Id: I4c58c756820ee2d5e7918427a4a64b96db7c46be Test: Regression Test
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.