[vts-core] add copy rules for *-gsi.avbpubkey
For using Gtest to run vts_security_avb_test and test it in the
vts-core, we have to add this rule to copy the *-gsi.avbpubkey to the
testcase folder.
Bug: 132702215
Test: 1. add data: "q-gsi.avbpubkey" to Android.bp of the module
2. m module_name
Change-Id: I810231f39c970da4d2b8ab63daeee02379c7f952
This commit is contained in:
parent
c00229c34a
commit
8abba2607b
1 changed files with 20 additions and 0 deletions
20
rootdir/avb/Android.bp
Normal file
20
rootdir/avb/Android.bp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
filegroup {
|
||||
name: "q-gsi_avbpubkey",
|
||||
srcs: [
|
||||
"q-gsi.avbpubkey",
|
||||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "r-gsi_avbpubkey",
|
||||
srcs: [
|
||||
"r-gsi.avbpubkey",
|
||||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "s-gsi_avbpubkey",
|
||||
srcs: [
|
||||
"s-gsi.avbpubkey",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue