commit | d76d46457ddedbff58d1733407466ac6eea26475 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Mon Sep 19 11:27:15 2022 +0800 |
committer | Adam Shih <adamshih@google.com> | Mon Oct 03 09:19:18 2022 +0800 |
tree | 483f31d1f5d2d71fd695fc21c334f2219d217adc | |
parent | f1dc3132704ae179153670a88e85d70e9b3cbe88 [diff] [blame] |
move trusty dump from gs201 to gs-common Bug: 244504232 Test: adb bugreport Change-Id: I0c286f5e98d5a9c5497f7f89dcd58a8dc0c2b572
diff --git a/trusty/Android.bp b/trusty/Android.bp new file mode 100644 index 0000000..536fbd3 --- /dev/null +++ b/trusty/Android.bp
@@ -0,0 +1,10 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + +sh_binary { + name: "dump_trusty.sh", + src: "dump_trusty.sh", + vendor: true, + sub_dir: "dump", +}