commit | eabef208a7447903e9220ccc135c9185921f9403 | [log] [tgz] |
---|---|---|
author | Wonsik Kim <wonsik@google.com> | Mon Dec 12 15:31:26 2022 -0800 |
committer | Wonsik Kim <wonsik@google.com> | Thu Jul 20 14:45:04 2023 -0700 |
tree | fbc75a2f9e74166ab2d2f23601435f43fe13a638 | |
parent | b4bcedd3b09da005c39df7423e46d8d727e2e33b [diff] |
Add libcodec2_hal_common to allowed_deps Bug: 251850069 Test: m Apex-Size-Increase: libcodec2_hal_common is a header lib Previous-Platform-Support: yes Aosp-First: yes Test-Info: m Change-Id: I79f9d42708eefc372c29defc232eff39f778040b
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.