Fix the calculation of package verification code which should not include algorithm information.
Bug: 293304694 Test: atest --host sbom_data_test Test: build/soong/tests/sbom_test.sh Change-Id: I94ea42284a9a6b5cc787a3489bfa575aa7663282
This commit is contained in:
@@ -53,5 +53,27 @@ python_test_host {
|
||||
libs: [
|
||||
"sbom_lib",
|
||||
],
|
||||
version: {
|
||||
py3: {
|
||||
embedded_launcher: true,
|
||||
},
|
||||
},
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
||||
python_test_host {
|
||||
name: "sbom_data_test",
|
||||
main: "sbom_data_test.py",
|
||||
srcs: [
|
||||
"sbom_data_test.py",
|
||||
],
|
||||
libs: [
|
||||
"sbom_lib",
|
||||
],
|
||||
version: {
|
||||
py3: {
|
||||
embedded_launcher: true,
|
||||
},
|
||||
},
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
Reference in New Issue
Block a user