platform_system_core/rootdir/avb/Android.bp
nelsonli 8abba2607b [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
2019-09-23 16:23:50 +08:00

20 lines
269 B
Text

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",
],
}