| commit | 1e3a06a17be55c3e64af1d7528de99d4cf9331fc | [log] [tgz] |
|---|---|---|
| author | Matt Gilbride <mattgilbride@google.com> | Tue Mar 25 10:56:34 2025 -0700 |
| committer | Matt Gilbride <mattgilbride@google.com> | Sun Apr 06 16:15:02 2025 -0700 |
| tree | ae9f9cbc1c6b7116270bb9cf91c709f34f972821 | |
| parent | 4fb55d2915c257130f0f8d87c1891cc0288f0ffe [diff] |
Update allowed_deps for uprobestats module Bug: 400115326 Test: TH Flag: EXEMPT allowed_deps.txt change Change-Id: Ifaf35d33713e048d39c24eeaf6c1de5906a9c2d3
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.