2022-11-21 12:56:16 +08:00
|
|
|
package {
|
|
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
|
|
}
|
|
|
|
|
|
|
|
sh_binary {
|
2023-04-25 18:10:12 +00:00
|
|
|
name: "dump_gti0.sh",
|
|
|
|
src: "dump_gti0.sh",
|
|
|
|
init_rc: ["init.touch.gti0.rc"],
|
|
|
|
vendor: true,
|
|
|
|
sub_dir: "dump",
|
|
|
|
}
|
|
|
|
|
|
|
|
sh_binary {
|
|
|
|
name: "dump_gti1.sh",
|
|
|
|
src: "dump_gti1.sh",
|
|
|
|
init_rc: ["init.touch.gti1.rc"],
|
2022-11-21 12:56:16 +08:00
|
|
|
vendor: true,
|
|
|
|
sub_dir: "dump",
|
|
|
|
}
|
2024-03-26 00:50:43 +00:00
|
|
|
|
|
|
|
cc_binary {
|
|
|
|
name: "touch_gti_ical",
|
|
|
|
srcs: ["touch_gti_ical.cpp"],
|
|
|
|
cflags: [
|
|
|
|
"-Wall",
|
|
|
|
"-Wextra",
|
|
|
|
"-Werror",
|
|
|
|
],
|
|
|
|
shared_libs: [
|
|
|
|
"libbase",
|
|
|
|
"libcutils",
|
|
|
|
"liblog",
|
|
|
|
],
|
|
|
|
vendor: true,
|
|
|
|
}
|