[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:
nelsonli 2019-09-11 11:49:04 +08:00
parent c00229c34a
commit 8abba2607b
1 changed files with 20 additions and 0 deletions

20
rootdir/avb/Android.bp Normal file
View 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",
],
}