create display userdebug dump

Bug: 269212897
Test: adb bugreport
Change-Id: I666fb3e0872f8afcf5b8a2d8b598245fbcdbb151
This commit is contained in:
Adam Shih 2023-02-22 13:52:31 +08:00
parent 80fed77790
commit 39e672acb4
6 changed files with 48 additions and 0 deletions

10
display/Android.bp Normal file
View file

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