127395fc8f
Add required SELinux permissions to run services required for WiFi and network namespaces. Add required executables and files required to run WiFi services such as hostapd to create an access point and wpa_supplicant to connect to it. BUG: 74514143 Test: Build emulator image and manually verify WiFi functionality Change-Id: I38461b878abcaae842b4656dea82792e23100174 (cherry picked from commit 21c5c3dcf91b1be71abe8618e2eb31529438e325) (cherry picked from commit 68a36140f7a3a766b8adc16cd85c2f0c81bfb44b) (cherry picked from commit e6dab593b8eebccb1e6311e626c8aca943ba6933) |
||
---|---|---|
core | ||
target | ||
tests | ||
tools | ||
.gitignore | ||
Android.mk | ||
buildspec.mk.default | ||
Changes.md | ||
CleanSpec.mk | ||
envsetup.sh | ||
help.sh | ||
navbar.md | ||
OWNERS | ||
README.md | ||
tapasHelp.sh | ||
Usage.txt |
Android Make Build System
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.