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

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