commit | 2044d18f3d9418a8b3e26fe8cd3bfb3a82045c82 | [log] [tgz] |
---|---|---|
author | Vova Sharaienko <sharaienko@google.com> | Wed Nov 29 01:04:47 2023 +0000 |
committer | Vova Sharaienko <sharaienko@google.com> | Tue Dec 12 19:06:24 2023 +0000 |
tree | 21392201eb7559586de2e90d0e56ec3de31c4c84 | |
parent | 2b66bee296b4b28bd8d8a84f7c6165affdb22643 [diff] |
[TeX] Removed JNI dependency - added build time code generation to eliminate extra runtime deps Added deps: expresslog-catalog Previous-Platform-Support: true Apex-Size-Increase: 9kB Test-Info: atest android.cts.statsdatom.express.ExpresslogAtomsTests Aosp-First: true Bug: 276463350 Test: atest android.cts.statsdatom.express.ExpresslogAtomsTests Change-Id: I9b949364d7949337a4a7e46fa533c4e7c0244e40 Merged-In: I9b949364d7949337a4a7e46fa533c4e7c0244e40
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.