Bug: 262796907 Test: TreeHugger build pass. Signed-off-by: Super Liu <supercjliu@google.com> Change-Id: I3dd73b9832c737f7c60639af649ae882e206aa15
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
sh_binary {
|
|
name: "dump_gti.sh",
|
|
src: "dump_gti.sh",
|
|
init_rc: ["init.touch.gti.rc"],
|
|
vendor: true,
|
|
sub_dir: "dump",
|
|
}
|