commit | a4ce94105aae09e5b75b2cdceeff1e5cd9485423 | [log] [tgz] |
---|---|---|
author | dongguanjun1 <dongguanjun1@xiaomi.com> | Sat Oct 12 14:13:48 2024 +0800 |
committer | gj “zzzzn” d <dongguanjun1@xiaomi.com> | Sat Oct 12 06:57:35 2024 +0000 |
tree | c9ad8dbade80b7bde09ad3388a65e65cce15e321 | |
parent | ba0ba4e0699690e250c864c8d16cccc4838eb9a4 [diff] |
Fwk: Make statemachine not reference messages that have already been recycled Tag: #bugfix Bug: 372932094 Change-Id: Ic75d15c88a4a99e1e062fba856c21e0859eb5158 Signed-off-by: dongguanjun1 <dongguanjun1@xiaomi.com>
Libraries and utilities intended for use by module and framework code.
Since modules use the code in this project, it must adhere to mainline requirements, for example, by setting min_sdk_version in Soong modules.
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.