commit | 39e672acb4c7ebde425062ca2e50d2e349c66f9e | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Wed Feb 22 13:52:31 2023 +0800 |
committer | Adam Shih <adamshih@google.com> | Wed Feb 22 13:53:34 2023 +0800 |
tree | 946bf76dc837c764666ebf14b1e2ab230cc50ee8 | |
parent | 80fed777905bc464ddfc2233e90bc7dacfefbfbe [diff] [blame] |
create display userdebug dump Bug: 269212897 Test: adb bugreport Change-Id: I666fb3e0872f8afcf5b8a2d8b598245fbcdbb151
diff --git a/display/Android.bp b/display/Android.bp new file mode 100644 index 0000000..4ca3636 --- /dev/null +++ b/display/Android.bp
@@ -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", +}