commit | 782c4858807869528577e26f98f68a2c2d0b5977 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 16 12:31:00 2019 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 16 12:31:00 2019 -0700 |
tree | fe65cc99aaabbba2a7963c9f23b8573c81bc0a9e | |
parent | b9a7c651f178323e27752406f89d741cfb143e61 [diff] [blame] |
Generate assembler system call stubs via genrule. There's no need to check in generated code. Test: builds & boots Change-Id: Ife368bca4349d4adeb0666db590356196b4fbd63
diff --git a/libc/tools/Android.bp b/libc/tools/Android.bp new file mode 100644 index 0000000..13179a0 --- /dev/null +++ b/libc/tools/Android.bp
@@ -0,0 +1,4 @@ +filegroup { + name: "bionic-gensyscalls", + srcs: ["gensyscalls.py"] +}