add fuzz test and fix the Thread network HAL compile errors

Bug: 288825495
Test: Build and run fuzz test in cuttlefish

Change-Id: If14bd95657d6a71737a348ccbc6d1b05bbcc1f4c
This commit is contained in:
Zhanglong Xia
2023-06-15 10:15:59 +08:00
parent 24e527475f
commit 5c027015c3
10 changed files with 105 additions and 65 deletions

View File

@@ -834,12 +834,4 @@
<regex-instance>.*</regex-instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.threadnetwork</name>
<version>1</version>
<interface>
<name>IThreadChip</name>
<regex-instance>chip[0-9]+</regex-instance>
</interface>
</hal>
</compatibility-matrix>

View File

@@ -794,4 +794,12 @@
<regex-instance>.*</regex-instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.threadnetwork</name>
<version>1</version>
<interface>
<name>IThreadChip</name>
<regex-instance>chip[0-9]+</regex-instance>
</interface>
</hal>
</compatibility-matrix>