commit | 4113b658a87d9fdb2031831d62fa852556ea922a | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Apr 19 16:17:14 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Fri Apr 19 16:17:14 2024 +0900 |
tree | 756204f54fc6587d7db8ffdc141bc0bfb9e32ee6 | |
parent | 8c7b66629d5e5f99e50708c42d47a23ce1fa5be7 [diff] [blame] |
Build init-debug.rc with Soong Bug: 335369205 Test: build and compare Change-Id: Idb6105e8527e3a2b4f0517b31be3fa8b78826880
diff --git a/rootdir/Android.bp b/rootdir/Android.bp index 9a64310..06227c3 100644 --- a/rootdir/Android.bp +++ b/rootdir/Android.bp
@@ -107,3 +107,9 @@ src: "etc/hosts", filename: "hosts", } + +prebuilt_etc { + name: "init-debug.rc", + src: "init-debug.rc", + sub_dir: "init", +}