commit | 7a30ca7d6e0661c003c3ff8fb6d786f28c2475f5 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Wed Apr 06 17:26:52 2022 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Wed Apr 06 17:26:52 2022 +0900 |
tree | 82e21cab3ec5d2593b5c4dfea1b41e98dc5351e9 | |
parent | 5e0edffa3cff4d1adc35b1a3f4f07ece1944c608 [diff] |
Add libconnectivity_native to LLNDK The library provides an interface to interface with the ConnectivityNative service, and implement port blocking APIs. Bug: 179733303 Test: atest connectivity_native_test Change-Id: I3bface8dad2f87a11a31fee78b00694be941d156
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.