summaryrefslogtreecommitdiff
path: root/trusty/Android.bp
blob: 536fbd39b1ce496d01a994b7099ed6c27d1a0b68 (plain)
1
2
3
4
5
6
7
8
9
10
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

sh_binary {
    name: "dump_trusty.sh",
    src: "dump_trusty.sh",
    vendor: true,
    sub_dir: "dump",
}