move modem dump to gs-common

Bug: 250475732
Test: adb bugreport
Change-Id: Id6dc2ef02d5e32b71de1b618e5588c202a2b6243
This commit is contained in:
Adam Shih 2022-10-05 10:30:48 +08:00
parent cf7266088f
commit e301fa20c6
5 changed files with 41 additions and 0 deletions

10
modem/Android.bp Normal file
View file

@ -0,0 +1,10 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
sh_binary {
name: "dump_modem.sh",
src: "dump_modem.sh",
vendor: true,
sub_dir: "dump",
}