commit | fe257632190b26e77c78f2cd9c89d6741712dc6d | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Oct 13 15:35:47 2023 -0700 |
committer | Roshan Pius <rpius@google.com> | Mon Oct 23 16:05:10 2023 +0000 |
tree | 7f605b532606853a66dbeeb8a8bb2b7176626c9c | |
parent | ea470a65b9f7554f996ac926681ae2f447b4ed9d [diff] |
Create framework-nfc Allow framework-nfc to use `framework-module-defaults` Bug: 303286040 Test: Device boots up after flashing Test: atest CtsNfcTestCases Change-Id: I54677e38a58677f6e9d4d004074414e4e3a23bff
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils
instead.
This project uses a single source path for java code. All java code should go in the java
directory with subdirectories corresponding to the java package. Android.bp
files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests
directory and follow the same structure.