move modem dump to gs-common
Bug: 250475732 Test: adb bugreport Change-Id: Id6dc2ef02d5e32b71de1b618e5588c202a2b6243
This commit is contained in:
parent
cf7266088f
commit
e301fa20c6
5 changed files with 41 additions and 0 deletions
10
modem/Android.bp
Normal file
10
modem/Android.bp
Normal 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",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue