Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8abba260 authored by nelsonli's avatar nelsonli
Browse files

[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
parent c00229c3
Loading
Loading
Loading
Loading

rootdir/avb/Android.bp

0 → 100644
+20 −0
Original line number Diff line number Diff line
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",
    ],
}