commit | dbaddabffbbc25d8df8fb13f51eaff7d1c9ec9f1 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Jan 12 13:46:24 2024 -0800 |
committer | Roshan Pius <rpius@google.com> | Fri Jan 12 18:17:26 2024 -0800 |
tree | 20b3cc4b08f0d8699f51c088cb671592df0245ca | |
parent | 45db966e90c5e2e81198957cc69acac9e76f2bd2 [diff] |
build: Allow NFC stack to be delivered as a mainline module or APK These changes are necessary to allow NFC stack delivery to be properly trunk stable flagged: 1. Delivered as NfcNci.apk and framework-nfc.jar for Android U based builds (existing). 2. Delivered as com.android.nfcservices.apex which embeds NfcNci.apk & framework-nfc.jar for Android V based builds (new). Bug: 303286040 Test: Device boots up after flashing Test: atest CtsNfcTestCases (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:046c1816091f9150c91953b8571dc946b0a59f86) Merged-In: Ib2170146d07763ff6c852ce810497ebe1ac2eead Change-Id: Ib2170146d07763ff6c852ce810497ebe1ac2eead
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.