commit | 0df5fb133bfa795c5e6f01cf1e642684c23b636b | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Sun Sep 24 23:33:54 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Wed Oct 11 07:27:59 2023 +0000 |
tree | fa968d5a11e1386c64cc886dc852b6e3810874d6 | |
parent | c8e471f5d212836a6c94a9753660b2703a1798de [diff] [blame] |
Move device tree compile rule in common places Bug: 277993056 Test: TH Change-Id: I05eb9f969ca4abdf1d3cb0b6fd0afd50fd74f7f1
diff --git a/Android.bp b/Android.bp index 2f6fc20..64d193a 100644 --- a/Android.bp +++ b/Android.bp
@@ -64,3 +64,9 @@ }, }, } + +genrule_defaults { + name: "dts_to_dtb", + tools: ["dtc"], + cmd: "$(location dtc) -I dts -O dtb $(in) -o $(out)", +}